patch-2.4.0-test10 linux/arch/i386/kernel/i8259.c

Next file: linux/arch/i386/kernel/microcode.c
Previous file: linux/arch/i386/kernel/i387.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/arch/i386/kernel/i8259.c linux/arch/i386/kernel/i8259.c
@@ -178,7 +178,7 @@
  * this 'mixed mode' IRQ handling costs nothing because it's only used
  * at IRQ setup time.
  */
-unsigned long io_apic_irqs = 0;
+unsigned long io_apic_irqs;
 
 void disable_8259A_irq(unsigned int irq)
 {
@@ -312,7 +312,7 @@
 		goto handle_real_irq;
 
 	{
-		static int spurious_irq_mask = 0;
+		static int spurious_irq_mask;
 		/*
 		 * At this point we can be sure the IRQ is spurious,
 		 * lets ACK and report it. [once per IRQ]

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