aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVegard Nossum <[email protected]>2008-06-20 13:56:56 +0200
committerAndi Kleen <[email protected]>2008-07-16 23:27:01 +0200
commit47c00d2bc2ef2cf8a608688144fe2093a2aa9507 (patch)
treed63ba56a7b64b0166bd872202ce74f409e6d01e1 /include
parente38e8a0743b0e996a8a3fbea8908fe75a84f02c7 (diff)
ACPICA: fix mutex names in debug code.
Reorder the mutex names to match the preceding #defines Signed-off-by: Vegard Nossum <[email protected]> Signed-off-by: Len Brown <[email protected]> Signed-off-by: Andi Kleen <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/aclocal.h2
1 files changed, 1 insertions, 1 deletions
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",