From cf46a5c46848b2092d8f2a6125fe23d2b68b4160 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 31 May 2018 21:42:11 +0000 Subject: Import ACPICA 20180531. --- source/compiler/aslload.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source/compiler/aslload.c') diff --git a/source/compiler/aslload.c b/source/compiler/aslload.c index 4082b388dcddc..a57ba5e09bfdd 100644 --- a/source/compiler/aslload.c +++ b/source/compiler/aslload.c @@ -233,7 +233,11 @@ LdLoadNamespace ( /* Dump the namespace if debug is enabled */ - AcpiNsDumpTables (ACPI_NS_ALL, ACPI_UINT32_MAX); + if (AcpiDbgLevel & ACPI_LV_TABLES) + { + AcpiNsDumpTables (ACPI_NS_ALL, ACPI_UINT32_MAX); + } + ACPI_FREE (WalkState); return (AE_OK); } -- cgit v1.2.3