From: Vegard Nossum Date: Fri, 20 Jun 2008 11:56:56 +0000 (+0200) Subject: ACPICA: fix mutex names in debug code. X-Git-Tag: firefly_0821_release~19645^2~74 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=47c00d2bc2ef2cf8a608688144fe2093a2aa9507;p=firefly-linux-kernel-4.4.55.git ACPICA: fix mutex names in debug code. Reorder the mutex names to match the preceding #defines Signed-off-by: Vegard Nossum Signed-off-by: Len Brown Signed-off-by: Andi Kleen --- diff --git a/include/acpi/aclocal.h b/include/acpi/aclocal.h index c5cdc32ac2f8..62d7468ed3f9 100644 --- a/include/acpi/aclocal.h +++ b/include/acpi/aclocal.h @@ -98,8 +98,8 @@ union acpi_parse_object; static char *acpi_gbl_mutex_names[ACPI_NUM_MUTEX] = { "ACPI_MTX_Interpreter", - "ACPI_MTX_Tables", "ACPI_MTX_Namespace", + "ACPI_MTX_Tables", "ACPI_MTX_Events", "ACPI_MTX_Caches", "ACPI_MTX_Memory",