[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>
This commit is contained in:
parent
5d75ab4559
commit
670fac79b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue