hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/arm64/include/asm/irq_work.h
....@@ -2,11 +2,9 @@
22 #ifndef __ASM_IRQ_WORK_H
33 #define __ASM_IRQ_WORK_H
44
5
-#include <asm/smp.h>
6
-
75 static inline bool arch_irq_work_has_interrupt(void)
86 {
9
- return !!__smp_cross_call;
7
+ return true;
108 }
119
1210 #endif /* __ASM_IRQ_WORK_H */