diff options
Diffstat (limited to 'drivers/acpi/acpica/nsparse.c')
-rw-r--r-- | drivers/acpi/acpica/nsparse.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/acpi/acpica/nsparse.c b/drivers/acpi/acpica/nsparse.c index c9ef4949869f..488ff39d86f7 100644 --- a/drivers/acpi/acpica/nsparse.c +++ b/drivers/acpi/acpica/nsparse.c | |||
@@ -107,8 +107,20 @@ acpi_ns_execute_table(u32 table_index, struct acpi_namespace_node *start_node) | |||
107 | goto cleanup; | 107 | goto cleanup; |
108 | } | 108 | } |
109 | 109 | ||
110 | /* Optional object evaluation log */ | ||
111 | |||
112 | ACPI_DEBUG_PRINT_RAW((ACPI_DB_EVALUATION, | ||
113 | "%-26s: (Definition Block level)\n", | ||
114 | "Module-level evaluation")); | ||
115 | |||
110 | status = acpi_ps_execute_table(info); | 116 | status = acpi_ps_execute_table(info); |
111 | 117 | ||
118 | /* Optional object evaluation log */ | ||
119 | |||
120 | ACPI_DEBUG_PRINT_RAW((ACPI_DB_EVALUATION, | ||
121 | "%-26s: (Definition Block level)\n", | ||
122 | "Module-level complete")); | ||
123 | |||
112 | cleanup: | 124 | cleanup: |
113 | if (info) { | 125 | if (info) { |
114 | ACPI_FREE(info->full_pathname); | 126 | ACPI_FREE(info->full_pathname); |