summaryrefslogtreecommitdiff
path: root/source/include/acpixf.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2015-12-02 14:12:18 -0800
committerRobert Moore <Robert.Moore@intel.com>2015-12-02 14:12:18 -0800
commit05492c4a7d1e106eb871a5e1357ed564d25740e5 (patch)
tree212b9770e6db942f27732a80fe903465b51b9600 /source/include/acpixf.h
parent3420c1f5e6c6dd4fe51be4d98da69b3197d608df (diff)
downloadacpica-05492c4a7d1e106eb871a5e1357ed564d25740e5.tar.gz
Debug Object: Cleanup output
1) Make the timer value output optional 2) Allow empty lines via null string or simple newline 3) No need for the object type name for strings and integers 4) Miscellaneous cleanup of output
Diffstat (limited to 'source/include/acpixf.h')
-rw-r--r--source/include/acpixf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/acpixf.h b/source/include/acpixf.h
index 1bb43eaa3..1275a5834 100644
--- a/source/include/acpixf.h
+++ b/source/include/acpixf.h
@@ -341,6 +341,10 @@ ACPI_INIT_GLOBAL (UINT32, AcpiDbgLevel, ACPI_NORMAL_DEFAULT);
#endif
ACPI_INIT_GLOBAL (UINT32, AcpiDbgLayer, ACPI_COMPONENT_DEFAULT);
+/* Optionally enable timer output with Debug Object output */
+
+ACPI_INIT_GLOBAL (UINT8, AcpiGbl_DisplayDebugTimer, FALSE);
+
/*
* Other miscellaneous globals
*/