projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38e8a0
)
ACPICA: fix mutex names in debug code.
author
Vegard Nossum
<vegard.nossum@gmail.com>
Fri, 20 Jun 2008 11:56:56 +0000
(13:56 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:01 +0000
(23:27 +0200)
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>
include/acpi/aclocal.h
patch
|
blob
|
blame
|
history
diff --git
a/include/acpi/aclocal.h
b/include/acpi/aclocal.h
index c5cdc32ac2f8f623deb3515bd367a4fca2ee5da7..62d7468ed3f9eef1e8d5d917b9956c706ff0547b 100644
(file)
--- 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",