You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
fc0b1af257
commit
0b968d2361
@@ -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)
|
|||||||
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user