Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c538029f authored by Len Brown's avatar Len Brown Committed by Greg Kroah-Hartman
Browse files

ACPI: disable ACPI cleanly when bad RSDP found

commit 9e3a9d1e upstream.

When ACPI is disabled in the BIOS of this VIA C3 box,
it invalidates the RSDP, which Linux notices:

ACPI Error (tbxfroot-0218): A valid RSDP was not found [20080926]

Bug Linux neglected to disable ACPI at that stage,
and later scribbled on smp_found_config:

ACPI: No APIC-table, disabling MPS

But this box doesn't run well in legacy PIC mode,
it needed IOAPIC mode to perform correctly:

http://lkml.org/lkml/2009/2/5/39



So exit ACPI mode cleanly when we first detect
that it is hopeless.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9ef25990
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment