diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2008-12-17 03:55:18 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 01:41:58 -0500 |
commit | 237889bf0a62f1399fb2ba0c2a259e6a96597131 (patch) | |
tree | 248d6bf6e4e60c8760b9a2b6ba2e788b70e24c76 /include/acpi/acpixf.h | |
parent | 13b40a1a065824d2d4e55c8b48ea9f3f9d162929 (diff) |
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>
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 33bc0e3b1954..05d2614e0078 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -48,6 +48,7 @@ | |||
48 | #include "actypes.h" | 48 | #include "actypes.h" |
49 | #include "actbl.h" | 49 | #include "actbl.h" |
50 | 50 | ||
51 | extern u32 acpi_rsdt_forced; | ||
51 | /* | 52 | /* |
52 | * Global interfaces | 53 | * Global interfaces |
53 | */ | 54 | */ |