irq_work.h 186 B

1234567891011
  1. #ifndef _ASM_IRQ_WORK_H
  2. #define _ASM_IRQ_WORK_H
  3. #include <asm/processor.h>
  4. static inline bool arch_irq_work_has_interrupt(void)
  5. {
  6. return cpu_has_apic;
  7. }
  8. #endif /* _ASM_IRQ_WORK_H */