Commit bae885e8 authored by Len Brown's avatar Len Brown Committed by Len Brown

[ACPI] If ACPI is disabled by DMI BIOS date, then

turn it off completely, including table parsing for HT.
This avoids a crash due to ancient garbled tables.
acpi=force is available to over-ride this default.
http://bugzilla.kernel.org/show_bug.cgi?id=1434
parent 9399e05e
......@@ -1011,6 +1011,7 @@ static __init void dmi_check_blacklist(void)
printk(KERN_NOTICE "ACPI disabled because your bios is from %s and too old\n", s);
printk(KERN_NOTICE "You can enable it with acpi=force\n");
acpi_disabled = 1;
acpi_ht = 0;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment