Skip to content

Commit

Permalink
[PATCH] Fix misspelled i8259 typo in io_apic.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Karsten Wiese authored and Linus Torvalds committed Sep 9, 2005
1 parent fc0b1af commit 0b968d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/i386/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1167,9 +1167,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) {
Expand Down

0 comments on commit 0b968d2

Please sign in to comment.