]> err.no Git - linux-2.6/blobdiff - include/asm-mips/hw_irq.h
[IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines.
[linux-2.6] / include / asm-mips / hw_irq.h
index c854d017c0e5b2090af5b3bdadc56751b839a504..aca05a43a97bffc0cb0260b8237150041355a3b3 100644 (file)
@@ -8,20 +8,13 @@
 #ifndef __ASM_HW_IRQ_H
 #define __ASM_HW_IRQ_H
 
-#include <linux/profile.h>
 #include <asm/atomic.h>
 
-extern void disable_8259A_irq(unsigned int irq);
-extern void enable_8259A_irq(unsigned int irq);
-extern int i8259A_irq_pending(unsigned int irq);
-extern void make_8259A_irq(unsigned int irq);
-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 */