patch-2.1.115 linux/arch/i386/kernel/io_apic.c
Next file: linux/arch/i386/kernel/irq.c
Previous file: linux/arch/i386/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Aug 3 23:57:29 1998
- Orig file:
v2.1.114/linux/arch/i386/kernel/io_apic.c
- Orig date:
Mon Aug 3 17:48:26 1998
diff -u --recursive --new-file v2.1.114/linux/arch/i386/kernel/io_apic.c linux/arch/i386/kernel/io_apic.c
@@ -1108,9 +1108,8 @@
/*
* disable it in the 8259A:
*/
- cached_irq_mask |= 1 << i;
if (i < 16)
- set_8259A_irq_mask(i);
+ disable_8259A_irq(i);
}
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov