Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47c00d2b authored by Vegard Nossum's avatar Vegard Nossum Committed by Andi Kleen
Browse files

ACPICA: fix mutex names in debug code.



Reorder the mutex names to match the preceding #defines

Signed-off-by: default avatarVegard Nossum <vegard.nossum@gmail.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent e38e8a07
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -98,8 +98,8 @@ union acpi_parse_object;


static char *acpi_gbl_mutex_names[ACPI_NUM_MUTEX] = {
static char *acpi_gbl_mutex_names[ACPI_NUM_MUTEX] = {
	"ACPI_MTX_Interpreter",
	"ACPI_MTX_Interpreter",
	"ACPI_MTX_Tables",
	"ACPI_MTX_Namespace",
	"ACPI_MTX_Namespace",
	"ACPI_MTX_Tables",
	"ACPI_MTX_Events",
	"ACPI_MTX_Events",
	"ACPI_MTX_Caches",
	"ACPI_MTX_Caches",
	"ACPI_MTX_Memory",
	"ACPI_MTX_Memory",