aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-09-26 15:30:20 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-26 15:30:20 +0100
commitcbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb (patch)
tree8f303f4c12d5ca3da20aac5d782656736366c126 /include/asm-arm
parent[ARM] 2934/1: Anubis - fix VA offsets for CPLD registers (diff)
downloadlinux-dev-cbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb.tar.xz
linux-dev-cbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb.zip
[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')
-rw-r--r--include/asm-arm/signal.h1
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>