|
@@ -430,7 +430,7 @@ acpi_status acpi_initialize_debugger(void)
|
|
|
|
|
|
/* These were created with one unit, grab it */
|
|
/* These were created with one unit, grab it */
|
|
|
|
|
|
- status = acpi_os_initialize_command_signals();
|
|
|
|
|
|
+ status = acpi_os_initialize_debugger();
|
|
if (ACPI_FAILURE(status)) {
|
|
if (ACPI_FAILURE(status)) {
|
|
acpi_os_printf("Could not get debugger mutex\n");
|
|
acpi_os_printf("Could not get debugger mutex\n");
|
|
return_ACPI_STATUS(status);
|
|
return_ACPI_STATUS(status);
|
|
@@ -482,7 +482,7 @@ void acpi_terminate_debugger(void)
|
|
acpi_os_sleep(100);
|
|
acpi_os_sleep(100);
|
|
}
|
|
}
|
|
|
|
|
|
- acpi_os_terminate_command_signals();
|
|
|
|
|
|
+ acpi_os_terminate_debugger();
|
|
}
|
|
}
|
|
|
|
|
|
if (acpi_gbl_db_buffer) {
|
|
if (acpi_gbl_db_buffer) {
|