Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux-2.6-block.git] / arch / x86 / include / asm / irq_work.h
CommitLineData
3010279f
FW
1#ifndef _ASM_IRQ_WORK_H
2#define _ASM_IRQ_WORK_H
3
cd4d09ec 4#include <asm/cpufeature.h>
3010279f
FW
5
6static inline bool arch_irq_work_has_interrupt(void)
7{
93984fbd 8 return boot_cpu_has(X86_FEATURE_APIC);
3010279f
FW
9}
10
11#endif /* _ASM_IRQ_WORK_H */