aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/hw_irq.h')
-rw-r--r--include/asm-mips/hw_irq.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/hw_irq.h b/include/asm-mips/hw_irq.h
index c854d017c0e5..458d9fdc76bf 100644
--- a/include/asm-mips/hw_irq.h
+++ b/include/asm-mips/hw_irq.h
@@ -19,9 +19,9 @@ extern void init_8259A(int aeoi);
extern atomic_t irq_err_count;
-/* This may not be apropriate for all machines, we'll see ... */
-static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i)
-{
-}
+/*
+ * interrupt-retrigger: NOP for now. This may not be apropriate for all
+ * machines, we'll see ...
+ */
#endif /* __ASM_HW_IRQ_H */