]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI: disable ACPI cleanly when bad RSDP found
authorLen Brown <len.brown@intel.com>
Fri, 6 Feb 2009 19:00:56 +0000 (14:00 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Feb 2009 17:31:06 +0000 (09:31 -0800)
commitc538029f32770f5641143df3c09db79439988cf4
tree3cbb185f4d58f2d790c0edd865644beb20eb8dd2
parent9ef25990cd4eb160303a6a2059bd3add690e355a
ACPI: disable ACPI cleanly when bad RSDP found

commit 9e3a9d1ed8cc8db93e5c53e9a5b09065bd95de8b 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: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/tables.c