diff options
Diffstat (limited to 'arch/x86/kernel/mpparse_32.c')
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 15dd87110298..15265ee11f89 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -1176,8 +1176,7 @@ int mp_register_gsi(u32 gsi, int triggering, int polarity) | |||
1176 | * So test for this condition, and if necessary, avoid | 1176 | * So test for this condition, and if necessary, avoid |
1177 | * the pin collision. | 1177 | * the pin collision. |
1178 | */ | 1178 | */ |
1179 | if (gsi > 15 || (gsi == 0 && !timer_uses_ioapic_pin_0)) | 1179 | gsi = pci_irq++; |
1180 | gsi = pci_irq++; | ||
1181 | /* | 1180 | /* |
1182 | * Don't assign IRQ used by ACPI SCI | 1181 | * Don't assign IRQ used by ACPI SCI |
1183 | */ | 1182 | */ |