Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux/fpc-iii.git] / arch / x86 / include / asm / irq_work.h
blobf70604125286b90d820bc14be0b65ecccb4f7a44
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 boot_cpu_has(X86_FEATURE_APIC);
11 #endif /* _ASM_IRQ_WORK_H */