|
@@ -395,11 +395,6 @@ const char *acpi_ut_get_reference_name(union acpi_operand_object *object)
|
|
|
return (acpi_gbl_ref_class_names[object->reference.class]);
|
|
|
}
|
|
|
|
|
|
-#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
|
|
|
-/*
|
|
|
- * Strings and procedures used for debug only
|
|
|
- */
|
|
|
-
|
|
|
/*******************************************************************************
|
|
|
*
|
|
|
* FUNCTION: acpi_ut_get_mutex_name
|
|
@@ -433,6 +428,12 @@ const char *acpi_ut_get_mutex_name(u32 mutex_id)
|
|
|
return (acpi_gbl_mutex_names[mutex_id]);
|
|
|
}
|
|
|
|
|
|
+#if defined(ACPI_DEBUG_OUTPUT) || defined(ACPI_DEBUGGER)
|
|
|
+
|
|
|
+/*
|
|
|
+ * Strings and procedures used for debug only
|
|
|
+ */
|
|
|
+
|
|
|
/*******************************************************************************
|
|
|
*
|
|
|
* FUNCTION: acpi_ut_get_notify_name
|