Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbf8fd9f authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Remove SA_IRQNOMASK



SA_IRQNOMASK is unused, remove it.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5b587452
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>