kernel/arch/arm64/include/asm/irq_work.h
.. .. @@ -2,11 +2,9 @@ 2 2 #ifndef __ASM_IRQ_WORK_H 3 3 #define __ASM_IRQ_WORK_H 4 4 5 -#include <asm/smp.h>6 -7 5 static inline bool arch_irq_work_has_interrupt(void) 8 6 { 9 - return !!__smp_cross_call;7 + return true;10 8 } 11 9 12 10 #endif /* __ASM_IRQ_WORK_H */