aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
diff options
context:
space:
mode:
authorKarsten Wiese <annabellesgarden@yahoo.de>2005-09-09 12:59:04 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 10:37:10 -0700
commit0b968d23610d65a46299347b141a687e207bd294 (patch)
tree853daf9fdf192103c9ac062ada832a0eebead6e4 /arch/i386
parent[PATCH] __user annotations for pointers in i386 sigframe (diff)
downloadlinux-dev-0b968d23610d65a46299347b141a687e207bd294.tar.xz
linux-dev-0b968d23610d65a46299347b141a687e207bd294.zip
[PATCH] Fix misspelled i8259 typo in io_apic.c
The legacy PIC's name is "i8259". Signed-off-by: Karsten Wiese <annabellesgarden@yahoo.de> Signed-off-by: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/kernel/io_apic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/io_apic.c b/arch/i386/kernel/io_apic.c
index 889eda2d7b17..1efdc76ae96d 100644
--- a/arch/i386/kernel/io_apic.c
+++ b/arch/i386/kernel/io_apic.c
@@ -1634,9 +1634,9 @@ void disable_IO_APIC(void)
clear_IO_APIC();
/*
- * If the i82559 is routed through an IOAPIC
+ * If the i8259 is routed through an IOAPIC
* Put that IOAPIC in virtual wire mode
- * so legacy interrups can be delivered.
+ * so legacy interrupts can be delivered.
*/
pin = find_isa_irq_pin(0, mp_ExtINT);
if (pin != -1) {