summaryrefslogtreecommitdiff
path: root/source/include/acpixf.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acpixf.h')
-rw-r--r--source/include/acpixf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/include/acpixf.h b/source/include/acpixf.h
index 40c201318..c491ae159 100644
--- a/source/include/acpixf.h
+++ b/source/include/acpixf.h
@@ -248,14 +248,6 @@ ACPI_INIT_GLOBAL (UINT8, AcpiGbl_VerifyTableChecksum, TRUE);
ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableAmlDebugObject, FALSE);
/*
- * Optionally enable ACPI_DO_ONCE to avoid log flodding. Default is TRUE
- * so that when ACPI_USE_DO_ONCE_MACRO is enabled, log flooding can be
- * avoided by default. And this option is provided so that OSPMs can
- * disable it during runtime.
- */
-ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableDoOnceMacro, TRUE);
-
-/*
* Optionally copy the entire DSDT to local memory (instead of simply
* mapping it.) There are some BIOSs that corrupt or replace the original
* DSDT, creating the need for this option. Default is FALSE, do not copy