3010279f0fc3
cd4d09ec6f6c
93984fbd4e33
1 2 3
4
5 6 7
8
9 10 11
#ifndef _ASM_IRQ_WORK_H #define _ASM_IRQ_WORK_H #include <asm/cpufeature.h> static inline bool arch_irq_work_has_interrupt(void) { return boot_cpu_has(X86_FEATURE_APIC); } #endif /* _ASM_IRQ_WORK_H */