diff options
author | Len Brown <len.brown@intel.com> | 2005-07-29 00:16:54 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-07-29 00:19:34 -0400 |
commit | 670fac79b9dcf16549a4c1f4c0b73c457e53bd7e (patch) | |
tree | 3612e0d4312f817bee8e500ecac17498c386436f /drivers/acpi/parser/psloop.c | |
parent | 5d75ab45594c78d2d976a3248ea1ca281c9d7056 (diff) |
[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/psloop.c')
-rw-r--r-- | drivers/acpi/parser/psloop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/parser/psloop.c b/drivers/acpi/parser/psloop.c index 095672a1a722..edf8aa5f86ca 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 |