about summary refs log tree commit diff
path: root/arch/microblaze/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/bits/signal.h')
-rw-r--r--arch/microblaze/bits/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/bits/signal.h b/arch/microblaze/bits/signal.h
index 490f83bf..f25b7c6a 100644
--- a/arch/microblaze/bits/signal.h
+++ b/arch/microblaze/bits/signal.h
@@ -46,7 +46,6 @@ typedef struct __ucontext {
 #define SA_RESTART    0x10000000
 #define SA_NODEFER    0x40000000
 #define SA_RESETHAND  0x80000000
-#define SA_RESTORER   0x04000000
 
 #endif