blob: d0afb05c84fc1ffd434e85f6267326b9091d2595 [file] [log] [blame]
Frederic Weisbecker30102792014-08-16 18:47:15 +02001#ifndef _ASM_IRQ_WORK_H
2#define _ASM_IRQ_WORK_H
3
Borislav Petkovcd4d09e2016-01-26 22:12:04 +01004#include <asm/cpufeature.h>
Frederic Weisbecker30102792014-08-16 18:47:15 +02005
6static inline bool arch_irq_work_has_interrupt(void)
7{
8 return cpu_has_apic;
9}
10
11#endif /* _ASM_IRQ_WORK_H */