aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/signal.h')
-rw-r--r--include/asm-arm/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/signal.h b/include/asm-arm/signal.h
index 46e69ae395a..760f6e65af0 100644
--- a/include/asm-arm/signal.h
+++ b/include/asm-arm/signal.h
@@ -114,6 +114,7 @@ typedef unsigned long sigset_t;
114#define SIGSTKSZ 8192 114#define SIGSTKSZ 8192
115 115
116#ifdef __KERNEL__ 116#ifdef __KERNEL__
117#define SA_TIMER 0x40000000
117#define SA_IRQNOMASK 0x08000000 118#define SA_IRQNOMASK 0x08000000
118#endif 119#endif
119 120