summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2019-03-21 07:11:29 -0700
committerGitHub <noreply@github.com>2019-03-21 07:11:29 -0700
commitc4af4c0ead75f1392f0a2eb13538401faafe99ce (patch)
treeab7a425a0276f047ee0502d6810190828fe83ef3
parent6eb9ae03a58b002cc03c5e5d707bc8843e009d35 (diff)
parent60903715711f4b00ca1831779a8a23279a66497d (diff)
downloadacpica-c4af4c0ead75f1392f0a2eb13538401faafe99ce.tar.gz
Merge pull request #455 from SchmErik/linux-debug-output
Linux: use different debug default than ACPICA
-rw-r--r--source/include/platform/aclinux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h
index 990d17c7a..f6522e326 100644
--- a/source/include/platform/aclinux.h
+++ b/source/include/platform/aclinux.h
@@ -221,6 +221,11 @@
#define ACPI_NO_ERROR_MESSAGES
#undef ACPI_DEBUG_OUTPUT
+/* Use a specific bugging default separate from ACPICA */
+
+#undef ACPI_DEBUG_DEFAULT
+#define ACPI_DEBUG_DEFAULT (ACPI_LV_INFO | ACPI_LV_REPAIR)
+
/* External interface for __KERNEL__, stub is needed */
#define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \