Skip to content

Commit

Permalink
ACPICA: fix mutex names in debug code.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vegard Nossum authored and Andi Kleen committed Jul 16, 2008
1 parent e38e8a0 commit 47c00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47c00d2

Please sign in to comment.