diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-26 15:30:20 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-26 15:30:20 +0100 |
commit | cbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb (patch) | |
tree | 8f303f4c12d5ca3da20aac5d782656736366c126 /include/asm-arm/signal.h | |
parent | 5b58745203f16ab83e50f4a015eea84c416d9279 (diff) |
[ARM] Remove SA_IRQNOMASK
SA_IRQNOMASK is unused, remove it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/signal.h')
-rw-r--r-- | include/asm-arm/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/signal.h b/include/asm-arm/signal.h index 760f6e65af05..ced69161917b 100644 --- a/include/asm-arm/signal.h +++ b/include/asm-arm/signal.h @@ -115,7 +115,6 @@ typedef unsigned long sigset_t; #ifdef __KERNEL__ #define SA_TIMER 0x40000000 -#define SA_IRQNOMASK 0x08000000 #endif #include <asm-generic/signal.h> |