Skip to content

Commit 3d4b7ae

Browse files
Lv Zhengrafaeljw
authored andcommitted
ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While execution to per-table basis
This experiment moves module level If/Else/While executions to per-table basis. If regressions are found against the enabling of this experimental improvement, this patch is the only one that should get bisected out. Please report the regressions to the kernel bugzilla for further root causing. Link: https://bugzilla.kernel.org/show_bug.cgi?id=112911 Signed-off-by: Lv Zheng <[email protected]> Tested-by: Chris Bainbridge <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fe6cbea commit 3d4b7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acpi/acpixf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE);
192192
/*
193193
* Optionally support group module level code.
194194
*/
195-
ACPI_INIT_GLOBAL(u8, acpi_gbl_group_module_level_code, TRUE);
195+
ACPI_INIT_GLOBAL(u8, acpi_gbl_group_module_level_code, FALSE);
196196

197197
/*
198198
* Optionally use 32-bit FADT addresses if and when there is a conflict

0 commit comments

Comments
 (0)