From 276d75c4aff3ade04f0f78769dd895a78f03edd9 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Fri, 23 Aug 2019 12:44:28 +0200 Subject: [PATCH] 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 --- arch/um/include/asm/irqflags.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/um/include/asm/irqflags.h b/arch/um/include/asm/irqflags.h index cbc6c0013a64..0642ad9035d1 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