summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/hardirq.h')
-rw-r--r--arch/m68k/include/asm/hardirq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/hardirq.h b/arch/m68k/include/asm/hardirq.h
index 870e5347155b..db30ed276878 100644
--- a/arch/m68k/include/asm/hardirq.h
+++ b/arch/m68k/include/asm/hardirq.h
@@ -18,6 +18,11 @@
#ifdef CONFIG_MMU
+static inline void ack_bad_irq(unsigned int irq)
+{
+ pr_crit("unexpected IRQ trap at vector %02x\n", irq);
+}
+
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int __softirq_pending;