aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVegard Nossum <vegard.nossum@gmail.com>2008-06-20 13:56:56 +0200
committerAndi Kleen <andi@basil.nowhere.org>2008-07-16 23:27:01 +0200
commit47c00d2bc2ef2cf8a608688144fe2093a2aa9507 (patch)
treed63ba56a7b64b0166bd872202ce74f409e6d01e1 /include
parentMake GPE disable more robust (diff)
downloadlinux-dev-47c00d2bc2ef2cf8a608688144fe2093a2aa9507.tar.xz
linux-dev-47c00d2bc2ef2cf8a608688144fe2093a2aa9507.zip
ACPICA: fix mutex names in debug code.
Reorder the mutex names to match the preceding #defines Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
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",