Commit 0b968d23 authored by Karsten Wiese's avatar Karsten Wiese Committed by Linus Torvalds

[PATCH] Fix misspelled i8259 typo in io_apic.c

The legacy PIC's name is "i8259".
Signed-off-by: default avatarKarsten Wiese <annabellesgarden@yahoo.de>
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fc0b1af2
...@@ -1634,9 +1634,9 @@ void disable_IO_APIC(void) ...@@ -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); pin = find_isa_irq_pin(0, mp_ExtINT);
if (pin != -1) { if (pin != -1) {
......
...@@ -1167,9 +1167,9 @@ void disable_IO_APIC(void) ...@@ -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); pin = find_isa_irq_pin(0, mp_ExtINT);
if (pin != -1) { if (pin != -1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment