summaryrefslogtreecommitdiff
path: root/source/include/acpixf.h
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2014-05-13 19:24:20 +0800
committerLv Zheng <lv.zheng@intel.com>2014-05-30 10:34:19 +0800
commit4da56eeae0749dfe8491285c1e1fad48f6efafd8 (patch)
tree9b3f9928ce221317df1bb3ad6a6b418887adfffd /source/include/acpixf.h
parent368eb60778b27b6ae94d3658ddc902ca1342a963 (diff)
downloadacpica-4da56eeae0749dfe8491285c1e1fad48f6efafd8.tar.gz
Tables: Enable default 64-bit FADT addresses favor.
With enough protections, this patch re-enables 64-bit FADT addresses by default. If regressions are reported against such change, this patch should be bisected and reverted. Note that 64-bit FACS favor and 64-bit firmware waking vector favor are excluded by this commit in order not to break OSPMs. Lv Zheng. Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=74021 Reported-and-tested-by: Oswald Buddenhagen <ossi@kde.org> Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Diffstat (limited to 'source/include/acpixf.h')
-rw-r--r--source/include/acpixf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/acpixf.h b/source/include/acpixf.h
index 1ed9b3896..202acf5c9 100644
--- a/source/include/acpixf.h
+++ b/source/include/acpixf.h
@@ -260,9 +260,9 @@ ACPI_INIT_GLOBAL (UINT8, AcpiGbl_DoNotUseXsdt, FALSE);
* address. Although ACPICA adheres to the ACPI specification which
* requires the use of the corresponding 64-bit address if it is non-zero,
* some machines have been found to have a corrupted non-zero 64-bit
- * address. Default is TRUE, favor the 32-bit addresses.
+ * address. Default is FALSE, do not favor the 32-bit addresses.
*/
-ACPI_INIT_GLOBAL (UINT8, AcpiGbl_Use32BitFadtAddresses, TRUE);
+ACPI_INIT_GLOBAL (UINT8, AcpiGbl_Use32BitFadtAddresses, FALSE);
/*
* Optionally use 32-bit FACS table addresses.