diff options
Diffstat (limited to 'drivers/acpi/acpica/acglobal.h')
-rw-r--r-- | drivers/acpi/acpica/acglobal.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index 76dc02f15574..25912a93dea7 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
@@ -140,8 +140,19 @@ u32 acpi_gbl_trace_flags; | |||
140 | acpi_name acpi_gbl_trace_method_name; | 140 | acpi_name acpi_gbl_trace_method_name; |
141 | u8 acpi_gbl_system_awake_and_running; | 141 | u8 acpi_gbl_system_awake_and_running; |
142 | 142 | ||
143 | /* | ||
144 | * ACPI 5.0 introduces the concept of a "reduced hardware platform", meaning | ||
145 | * that the ACPI hardware is no longer required. A flag in the FADT indicates | ||
146 | * a reduced HW machine, and that flag is duplicated here for convenience. | ||
147 | */ | ||
148 | u8 acpi_gbl_reduced_hardware; | ||
149 | |||
143 | #endif | 150 | #endif |
144 | 151 | ||
152 | /* Do not disassemble buffers to resource descriptors */ | ||
153 | |||
154 | ACPI_EXTERN u8 ACPI_INIT_GLOBAL(acpi_gbl_no_resource_disassembly, FALSE); | ||
155 | |||
145 | /***************************************************************************** | 156 | /***************************************************************************** |
146 | * | 157 | * |
147 | * Debug support | 158 | * Debug support |
@@ -207,7 +218,7 @@ ACPI_EXTERN struct acpi_rw_lock acpi_gbl_namespace_rw_lock; | |||
207 | 218 | ||
208 | /***************************************************************************** | 219 | /***************************************************************************** |
209 | * | 220 | * |
210 | * Mutual exlusion within ACPICA subsystem | 221 | * Mutual exclusion within ACPICA subsystem |
211 | * | 222 | * |
212 | ****************************************************************************/ | 223 | ****************************************************************************/ |
213 | 224 | ||