summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/exxface.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/exxface.c')
-rw-r--r--sys/contrib/dev/acpica/exxface.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/exxface.c b/sys/contrib/dev/acpica/exxface.c
index d34c460..a646c71 100644
--- a/sys/contrib/dev/acpica/exxface.c
+++ b/sys/contrib/dev/acpica/exxface.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exxface - External interpreter interfaces
- * $Revision: 27 $
+ * $Revision: 29 $
*
*****************************************************************************/
@@ -124,6 +124,7 @@
#define _COMPONENT ACPI_EXECUTER
MODULE_NAME ("exxface")
+#if 0
/*
* DEFINE_AML_GLOBALS is tested in amlcode.h
@@ -177,7 +178,6 @@ AcpiExExecuteMethod (
* The point here is to lock the interpreter and call the low
* level execute.
*/
-
Status = AcpiExEnterInterpreter ();
if (ACPI_FAILURE (Status))
{
@@ -192,3 +192,4 @@ AcpiExExecuteMethod (
}
+#endif
OpenPOWER on IntegriCloud