summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/parser
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-07-29 00:16:54 -0400
committerLen Brown <len.brown@intel.com>2005-07-29 00:19:34 -0400
commit670fac79b9dcf16549a4c1f4c0b73c457e53bd7e (patch)
tree3612e0d4312f817bee8e500ecac17498c386436f /drivers/acpi/parser
parent5d75ab45594c78d2d976a3248ea1ca281c9d7056 (diff)
downloadop-kernel-dev-670fac79b9dcf16549a4c1f4c0b73c457e53bd7e.zip
op-kernel-dev-670fac79b9dcf16549a4c1f4c0b73c457e53bd7e.tar.gz
[ACPI] disable module level AML code (for now)
It is important that we support module level code -- BIOS's implement it. But this implementation needs more testing. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/parser')
-rw-r--r--drivers/acpi/parser/psloop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/parser/psloop.c b/drivers/acpi/parser/psloop.c
index 095672a..edf8aa5f 100644
--- a/drivers/acpi/parser/psloop.c
+++ b/drivers/acpi/parser/psloop.c
@@ -410,6 +410,8 @@ acpi_ps_parse_loop (
/* Special processing for certain opcodes */
+#define ACPI_NO_MODULE_LEVEL_CODE
+
/* TBD (remove): Temporary mechanism to disable this code if needed */
#ifndef ACPI_NO_MODULE_LEVEL_CODE
OpenPOWER on IntegriCloud