irq_work.h 195 B

123456789101112
  1. #ifndef __ASM_ARM_IRQ_WORK_H
  2. #define __ASM_ARM_IRQ_WORK_H
  3. #include <asm/smp_plat.h>
  4. static inline bool arch_irq_work_has_interrupt(void)
  5. {
  6. return is_smp();
  7. }
  8. #endif /* _ASM_ARM_IRQ_WORK_H */