]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 17 Dec 2008 08:55:18 +0000 (16:55 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 9 Jan 2009 06:41:58 +0000 (01:41 -0500)
commit237889bf0a62f1399fb2ba0c2a259e6a96597131
tree248d6bf6e4e60c8760b9a2b6ba2e788b70e24c76
parent13b40a1a065824d2d4e55c8b48ea9f3f9d162929
ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"

On some boxes there exist both RSDT and XSDT table. But unfortunately
sometimes there exists the following error when XSDT table is used:
   a. 32/64X address mismatch
   b. The 32/64X FACS address mismatch

   In such case the boot option of "acpi=rsdt" is provided so that
RSDT is tried instead of XSDT table when the system can't work well.

http://bugzilla.kernel.org/show_bug.cgi?id=8246

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
cc:Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/kernel-parameters.txt
arch/ia64/kernel/acpi.c
arch/x86/kernel/acpi/boot.c
drivers/acpi/tables/tbutils.c
include/acpi/acpixf.h