diff mbox

[v5,4/5] ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While execution to per-table basis

Message ID d64177f75f03dc05b0fe63cbb84ff352e15d4f11.1474600034.git.lv.zheng@intel.com (mailing list archive)
State Changes Requested, archived
Headers show

Commit Message

Lv Zheng Sept. 23, 2016, 3:26 a.m. UTC
This reverts commit 00c611def8748a0a1cf1d31842e49b42dfdb3de1.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
---
 include/acpi/acpixf.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki Nov. 24, 2016, 9:16 p.m. UTC | #1
On Fri, Sep 23, 2016 at 5:26 AM, Lv Zheng <lv.zheng@intel.com> wrote:
> This reverts commit 00c611def8748a0a1cf1d31842e49b42dfdb3de1.

It would be good to say why it is now OK to revert it.

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h
index c7b3a13..169ec81 100644
--- a/include/acpi/acpixf.h
+++ b/include/acpi/acpixf.h
@@ -192,7 +192,7 @@  ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE);
 /*
  * Optionally support group module level code.
  */
-ACPI_INIT_GLOBAL(u8, acpi_gbl_group_module_level_code, TRUE);
+ACPI_INIT_GLOBAL(u8, acpi_gbl_group_module_level_code, FALSE);
 
 /*
  * Optionally support module level code by parsing the entire table as