diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |