patch-2.4.19 linux-2.4.19/arch/mips/kernel/old-irq.c

Next file: linux-2.4.19/arch/mips/kernel/old-time.c
Previous file: linux-2.4.19/arch/mips/kernel/mips_ksyms.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/kernel/old-irq.c linux-2.4.19/arch/mips/kernel/old-irq.c
@@ -69,7 +69,7 @@
 #define cached_21       (__byte(0,cached_irq_mask))
 #define cached_A1       (__byte(1,cached_irq_mask))
 
-unsigned long spurious_count = 0;
+volatile unsigned long irq_err_count;
 
 /*
  * (un)mask_irq, disable_irq() and enable_irq() only handle (E)ISA and
@@ -403,3 +403,6 @@
 	/* i8259_init(); */
 	irq_setup();
 }
+
+EXPORT_SYMBOL(free_irq);
+EXPORT_SYMBOL(request_irq);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)