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

Commit 276d75c4 authored by Johannes Berg's avatar Johannes Berg Committed by Richard Weinberger
Browse files

um: Remove misleading #define ARCh_IRQ_ENABLED



Due to the typo in the name, this can never be used, but
it's also misleading because our value for enabled/disabled
is always just 0/1, not an actual signal mask.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Acked-by: default avatarAnton Ivanov <anton.ivanov@cambridgegreys.co.uk>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent b8f78820
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ static inline void arch_local_irq_disable(void)
}

#define ARCH_IRQ_DISABLED	0
#define ARCh_IRQ_ENABLED	(SIGIO|SIGVTALRM)

#include <asm-generic/irqflags.h>