thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git] / arch / x86 / include / asm / irq_work.h
blobd0afb05c84fc1ffd434e85f6267326b9091d2595
1 #ifndef _ASM_IRQ_WORK_H
2 #define _ASM_IRQ_WORK_H
4 #include <asm/cpufeature.h>
6 static inline bool arch_irq_work_has_interrupt(void)
8 return cpu_has_apic;
11 #endif /* _ASM_IRQ_WORK_H */