ACPICA: Namespace: Fix dynamic table loading issues
[linux-2.6-block.git] / drivers / acpi / acpica / psxface.c
index 22a52c28c04829d6be1004c8156736474de04965..8d7e5b59b5984858099fb36cadb47526b2572ac5 100644 (file)
@@ -308,7 +308,9 @@ acpi_status acpi_ps_execute_table(struct acpi_evaluate_info *info)
        /*
         * Parse the AML, walk_state will be deleted by parse_aml
         */
+       acpi_ex_enter_interpreter();
        status = acpi_ps_parse_aml(walk_state);
+       acpi_ex_exit_interpreter();
        walk_state = NULL;
 
 cleanup: