From: Russell King Date: Mon, 26 Sep 2005 14:30:20 +0000 (+0100) Subject: [ARM] Remove SA_IRQNOMASK X-Git-Tag: v2.6.14-rc3~104^2~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cbf8fd9f5aa5164e05cb04d4a34fcbe82f60beeb;p=linux-2.6-omap-h63xx.git [ARM] Remove SA_IRQNOMASK SA_IRQNOMASK is unused, remove it. Signed-off-by: Russell King --- diff --git a/include/asm-arm/signal.h b/include/asm-arm/signal.h index 760f6e65af0..ced69161917 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