summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/components/executer/exconfig.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c
index 1c32a3386..17ea6f372 100644
--- a/source/components/executer/exconfig.c
+++ b/source/components/executer/exconfig.c
@@ -701,6 +701,14 @@ AcpiExUnloadTable (
/*
+ * Temporarily emit a warning so that the ASL for the machine can be
+ * hopefully obtained. This is to say that the Unload() operator is
+ * extremely rare if not completely unused.
+ */
+ ACPI_WARNING ((AE_INFO,
+ "Received request to unload an ACPI table"));
+
+ /*
* Validate the handle
* Although the handle is partially validated in AcpiExReconfiguration()
* when it calls AcpiExResolveOperands(), the handle is more completely