aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/irq_work.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/irq_work.h')
-rw-r--r--arch/powerpc/include/asm/irq_work.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/irq_work.h b/arch/powerpc/include/asm/irq_work.h
new file mode 100644
index 000000000000..744fd54de374
--- /dev/null
+++ b/arch/powerpc/include/asm/irq_work.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_POWERPC_IRQ_WORK_H
+#define _ASM_POWERPC_IRQ_WORK_H
+
+static inline bool arch_irq_work_has_interrupt(void)
+{
+ return true;
+}
+
+#endif /* _ASM_POWERPC_IRQ_WORK_H */