[ARM] Remove SA_IRQNOMASK

SA_IRQNOMASK is unused, remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2005-09-26 15:30:20 +01:00 committed by Russell King
parent 5b58745203
commit cbf8fd9f5a
1 changed files with 0 additions and 1 deletions

View File

@ -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>