From: Johannes Berg Date: Fri, 23 Aug 2019 10:44:28 +0000 (+0200) Subject: um: Remove misleading #define ARCh_IRQ_ENABLED X-Git-Tag: v5.4-rc1~86^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=276d75c4aff3ade04f0f78769dd895a78f03edd9;p=platform%2Fkernel%2Flinux-rpi.git 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: Johannes Berg Acked-by: Anton Ivanov Signed-off-by: Richard Weinberger --- diff --git a/arch/um/include/asm/irqflags.h b/arch/um/include/asm/irqflags.h index cbc6c00..0642ad9 100644 --- a/arch/um/include/asm/irqflags.h +++ b/arch/um/include/asm/irqflags.h @@ -32,7 +32,6 @@ static inline void arch_local_irq_disable(void) } #define ARCH_IRQ_DISABLED 0 -#define ARCh_IRQ_ENABLED (SIGIO|SIGVTALRM) #include