|
@@ -690,6 +690,7 @@ void acpi_unregister_gsi(u32 gsi)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(acpi_unregister_gsi);
|
|
|
|
|
|
+#ifdef CONFIG_X86_LOCAL_APIC
|
|
|
static void __init acpi_set_irq_model_ioapic(void)
|
|
|
{
|
|
|
acpi_irq_model = ACPI_IRQ_MODEL_IOAPIC;
|
|
@@ -697,6 +698,7 @@ static void __init acpi_set_irq_model_ioapic(void)
|
|
|
__acpi_unregister_gsi = acpi_unregister_gsi_ioapic;
|
|
|
acpi_ioapic = 1;
|
|
|
}
|
|
|
+#endif
|
|
|
|
|
|
/*
|
|
|
* ACPI based hotplug support for CPU
|