projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b58745
)
[ARM] Remove SA_IRQNOMASK
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 26 Sep 2005 14:30:20 +0000
(15:30 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 26 Sep 2005 14:30:20 +0000
(15:30 +0100)
SA_IRQNOMASK is unused, remove it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/signal.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/signal.h
b/include/asm-arm/signal.h
index 760f6e65af05583c2faea5b1997989d8435c5c3b..ced69161917b802cd3184017cdd1614f0477f86b 100644
(file)
--- 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>