|
@@ -1209,8 +1209,9 @@ static int __init acpi_parse_madt_ioapic_entries(void)
|
|
|
/*
|
|
|
* If BIOS did not supply an INT_SRC_OVR for the SCI
|
|
|
* pretend we got one so we can set the SCI flags.
|
|
|
+ * But ignore setting up SCI on hardware reduced platforms.
|
|
|
*/
|
|
|
- if (acpi_sci_override_gsi == INVALID_ACPI_IRQ)
|
|
|
+ if (acpi_sci_override_gsi == INVALID_ACPI_IRQ && !acpi_gbl_reduced_hardware)
|
|
|
acpi_sci_ioapic_setup(acpi_gbl_FADT.sci_interrupt, 0, 0,
|
|
|
acpi_gbl_FADT.sci_interrupt);
|
|
|
|