diff options
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r-- | source/include/acglobal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h index 91661d631a29..32ae55f855f9 100644 --- a/source/include/acglobal.h +++ b/source/include/acglobal.h @@ -134,6 +134,12 @@ UINT8 ACPI_INIT_GLOBAL (AcpiGbl_TruncateIoAddresses, FALSE); */ UINT8 ACPI_INIT_GLOBAL (AcpiGbl_DisableAutoRepair, FALSE); +/* + * Optionally do not load any SSDTs from the RSDT/XSDT during initialization. + * This can be useful for debugging ACPI problems on some machines. + */ +UINT8 ACPI_INIT_GLOBAL (AcpiGbl_DisableSsdtTableLoad, FALSE); + /* AcpiGbl_FADT is a local copy of the FADT, converted to a common format. */ |