ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for table...
[cascardo/linux.git] / drivers / acpi / acpica / nsload.c
index b5e2b0a..2daa9a0 100644 (file)
@@ -162,7 +162,8 @@ unlock:
         * other ACPI implementations. Optionally, the execution can be deferred
         * until later, see acpi_initialize_objects.
         */
-       if (!acpi_gbl_group_module_level_code) {
+       if (!acpi_gbl_parse_table_as_term_list
+           && !acpi_gbl_group_module_level_code) {
                acpi_ns_exec_module_code_list();
        }