diff options
author | Karsten Wiese <annabellesgarden@yahoo.de> | 2005-09-09 06:59:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 13:37:10 -0400 |
commit | 0b968d23610d65a46299347b141a687e207bd294 (patch) | |
tree | 853daf9fdf192103c9ac062ada832a0eebead6e4 /arch | |
parent | fc0b1af2571cd56f8f2b218ef72b911135c0e37a (diff) |
[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')
-rw-r--r-- | arch/i386/kernel/io_apic.c | 4 | ||||
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 4 |
2 files changed, 4 insertions, 4 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) | |||
1634 | clear_IO_APIC(); | 1634 | clear_IO_APIC(); |
1635 | 1635 | ||
1636 | /* | 1636 | /* |
1637 | * If the i82559 is routed through an IOAPIC | 1637 | * If the i8259 is routed through an IOAPIC |
1638 | * Put that IOAPIC in virtual wire mode | 1638 | * Put that IOAPIC in virtual wire mode |
1639 | * so legacy interrups can be delivered. | 1639 | * so legacy interrupts can be delivered. |
1640 | */ | 1640 | */ |
1641 | pin = find_isa_irq_pin(0, mp_ExtINT); | 1641 | pin = find_isa_irq_pin(0, mp_ExtINT); |
1642 | if (pin != -1) { | 1642 | if (pin != -1) { |
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 40e0aca088fb..5f1529be1237 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
@@ -1167,9 +1167,9 @@ void disable_IO_APIC(void) | |||
1167 | clear_IO_APIC(); | 1167 | clear_IO_APIC(); |
1168 | 1168 | ||
1169 | /* | 1169 | /* |
1170 | * If the i82559 is routed through an IOAPIC | 1170 | * If the i8259 is routed through an IOAPIC |
1171 | * Put that IOAPIC in virtual wire mode | 1171 | * Put that IOAPIC in virtual wire mode |
1172 | * so legacy interrups can be delivered. | 1172 | * so legacy interrupts can be delivered. |
1173 | */ | 1173 | */ |
1174 | pin = find_isa_irq_pin(0, mp_ExtINT); | 1174 | pin = find_isa_irq_pin(0, mp_ExtINT); |
1175 | if (pin != -1) { | 1175 | if (pin != -1) { |