diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-06-20 13:56:56 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2008-07-16 23:27:01 +0200 |
commit | 47c00d2bc2ef2cf8a608688144fe2093a2aa9507 (patch) | |
tree | d63ba56a7b64b0166bd872202ce74f409e6d01e1 /include | |
parent | e38e8a0743b0e996a8a3fbea8908fe75a84f02c7 (diff) |
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.h | 2 |
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", |