diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-07-02 13:05:10 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-07-02 13:05:10 +0900 |
commit | 12462d77ec78be9fb033580b7b64ddf9d0fee44b (patch) | |
tree | a21157428d46259ed2c8a727ac12a2e658d8181a /drivers/acpi/acpica/acglobal.h | |
parent | 598ee698d9db7beb06e12f4ea9d9a5fbc03a3a77 (diff) | |
parent | 97e0214044d9f279a3d6286c9f859696ef0b7ebe (diff) | |
download | blackbird-op-linux-12462d77ec78be9fb033580b7b64ddf9d0fee44b.tar.gz blackbird-op-linux-12462d77ec78be9fb033580b7b64ddf9d0fee44b.zip |
Merge branches 'sh/highmem' and 'sh/stable-updates'
Diffstat (limited to 'drivers/acpi/acpica/acglobal.h')
-rw-r--r-- | drivers/acpi/acpica/acglobal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index 9070f1fe8f17..899d68afc3c5 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h @@ -125,6 +125,14 @@ u8 ACPI_INIT_GLOBAL(acpi_gbl_enable_aml_debug_object, FALSE); */ u8 ACPI_INIT_GLOBAL(acpi_gbl_copy_dsdt_locally, FALSE); +/* + * Optionally truncate I/O addresses to 16 bits. Provides compatibility + * with other ACPI implementations. NOTE: During ACPICA initialization, + * this value is set to TRUE if any Windows OSI strings have been + * requested by the BIOS. + */ +u8 ACPI_INIT_GLOBAL(acpi_gbl_truncate_io_addresses, FALSE); + /* acpi_gbl_FADT is a local copy of the FADT, converted to a common format. */ struct acpi_table_fadt acpi_gbl_FADT; |