Skip to content

Commit

Permalink
[ARM] Remove SA_IRQNOMASK
Browse files Browse the repository at this point in the history
SA_IRQNOMASK is unused, remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Sep 26, 2005
1 parent 5b58745 commit cbf8fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-arm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cbf8fd9

Please sign in to comment.