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:
92d21ac
)
ACPICA: Linux: Enable ACPI_MUTEX_DEBUG for Linux kernel
author
Lv Zheng
<lv.zheng@intel.com>
Tue, 5 Jul 2016 05:53:04 +0000
(13:53 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Fri, 15 Jul 2016 20:49:24 +0000
(22:49 +0200)
This patch enables ACPI_MUTEX_DEBUG for Linux kernel so that the ACPICA
lock order issues can be captured by ACPICA itself.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/platform/aclinux.h
patch
|
blob
|
blame
|
history
diff --git
a/include/acpi/platform/aclinux.h
b/include/acpi/platform/aclinux.h
index 45c2d652882946dd538df3ddc12447b6fdbf4604..93b61b1f2beb76e36fc21572b511e27b803fe461 100644
(file)
--- a/
include/acpi/platform/aclinux.h
+++ b/
include/acpi/platform/aclinux.h
@@
-73,6
+73,10
@@
#define ACPI_DEBUGGER
#endif
+#ifdef CONFIG_ACPI_DEBUG
+#define ACPI_MUTEX_DEBUG
+#endif
+
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/ctype.h>