aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpixf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h
index 4e3044ca4855..b5f7132f431f 100644
--- a/include/acpi/acpixf.h
+++ b/include/acpi/acpixf.h
@@ -188,9 +188,9 @@ ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE);
188 * address. Although ACPICA adheres to the ACPI specification which 188 * address. Although ACPICA adheres to the ACPI specification which
189 * requires the use of the corresponding 64-bit address if it is non-zero, 189 * requires the use of the corresponding 64-bit address if it is non-zero,
190 * some machines have been found to have a corrupted non-zero 64-bit 190 * some machines have been found to have a corrupted non-zero 64-bit
191 * address. Default is FALSE, do not favor the 32-bit addresses. 191 * address. Default is TRUE, favor the 32-bit addresses.
192 */ 192 */
193ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, FALSE); 193ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, TRUE);
194 194
195/* 195/*
196 * Optionally truncate I/O addresses to 16 bits. Provides compatibility 196 * Optionally truncate I/O addresses to 16 bits. Provides compatibility