tree 3612e0d4312f817bee8e500ecac17498c386436f
parent 5d75ab45594c78d2d976a3248ea1ca281c9d7056
author Len Brown <[EMAIL PROTECTED]> Fri, 29 Jul 2005 08:16:54 -0400
committer Len Brown <[EMAIL PROTECTED]> Fri, 29 Jul 2005 08:19:34 -0400

[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 <[EMAIL PROTECTED]>

 drivers/acpi/parser/psloop.c |    2 ++
 1 files changed, 2 insertions(+)

diff --git a/drivers/acpi/parser/psloop.c b/drivers/acpi/parser/psloop.c
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to