irq_work.h 189 B

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