Commit 670fac79 authored by Len Brown's avatar Len Brown

[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: default avatarLen Brown <len.brown@intel.com>
parent 5d75ab45
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment