patch-1.3.87 linux/arch/i386/kernel/irq.c
Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/boot/video.S
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Apr 12 09:49:30 1996
- Orig file:
v1.3.86/linux/arch/i386/kernel/irq.c
- Orig date:
Wed Apr 3 16:06:55 1996
diff -u --recursive --new-file v1.3.86/linux/arch/i386/kernel/irq.c linux/arch/i386/kernel/irq.c
@@ -541,7 +541,7 @@
for (i = 0; i < 16 ; i++)
set_intr_gate(0x20+i,bad_interrupt[i]);
/* This bit is a hack because we don't send timer messages to all processors yet */
- /* It has to here .. it doesnt work if you put it down the bottom - assembler explodes 8) */
+ /* It has to be here .. it doesn't work if you put it down the bottom - assembler explodes 8) */
#ifdef __SMP__
set_intr_gate(0x20+i, interrupt[i]); /* IRQ '16' - IPI for rescheduling */
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this