diff options
Diffstat (limited to 'arch/x86/kernel/acpi/boot.c')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 8072edb62478..dc3eac353db2 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c | |||
@@ -1136,7 +1136,7 @@ int mp_register_gsi(u32 gsi, int triggering, int polarity) | |||
1136 | return gsi; | 1136 | return gsi; |
1137 | } | 1137 | } |
1138 | if (test_bit(ioapic_pin, mp_ioapic_routing[ioapic].pin_programmed)) { | 1138 | if (test_bit(ioapic_pin, mp_ioapic_routing[ioapic].pin_programmed)) { |
1139 | pr_debug(KERN_DEBUG "Pin %d-%d already programmed\n", | 1139 | pr_debug("Pin %d-%d already programmed\n", |
1140 | mp_ioapic_routing[ioapic].apic_id, ioapic_pin); | 1140 | mp_ioapic_routing[ioapic].apic_id, ioapic_pin); |
1141 | #ifdef CONFIG_X86_32 | 1141 | #ifdef CONFIG_X86_32 |
1142 | return (gsi < IRQ_COMPRESSION_START ? gsi : gsi_to_irq[gsi]); | 1142 | return (gsi < IRQ_COMPRESSION_START ? gsi : gsi_to_irq[gsi]); |