[PATCH] Fix misspelled i8259 typo in io_apic.c
authorKarsten Wiese <annabellesgarden@yahoo.de>
Fri, 9 Sep 2005 10:59:04 +0000 (12:59 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 17:37:10 +0000 (10:37 -0700)
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>
arch/i386/kernel/io_apic.c
arch/x86_64/kernel/io_apic.c

index 889eda2..1efdc76 100644 (file)
@@ -1634,9 +1634,9 @@ void disable_IO_APIC(void)
        clear_IO_APIC();
 
        /*
        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
         * 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) {
         */
        pin = find_isa_irq_pin(0, mp_ExtINT);
        if (pin != -1) {
index 40e0aca..5f1529b 100644 (file)
@@ -1167,9 +1167,9 @@ void disable_IO_APIC(void)
        clear_IO_APIC();
 
        /*
        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
         * 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) {
         */
        pin = find_isa_irq_pin(0, mp_ExtINT);
        if (pin != -1) {