Skip to content

Commit

Permalink
[ACPI] disable module level AML code (for now)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Len Brown committed Jul 29, 2005
1 parent 5d75ab4 commit 670fac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/acpi/parser/psloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 670fac7

Please sign in to comment.