projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbbf437
)
[PATCH] lockdep: enable on x86_64
author
Ingo Molnar
<mingo@elte.hu>
Mon, 3 Jul 2006 07:25:01 +0000
(
00:25
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:05 +0000
(15:27 -0700)
Enable LOCKDEP_SUPPORT on x86_64.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/Kconfig
b/arch/x86_64/Kconfig
index 445f436688f36ed0bcb8eccd9bd5abbcdd957ae7..28df7d88ce2c3cf6e4399df3ef99ed5b26625c3d 100644
(file)
--- a/
arch/x86_64/Kconfig
+++ b/
arch/x86_64/Kconfig
@@
-24,6
+24,10
@@
config X86
bool
default y
+config LOCKDEP_SUPPORT
+ bool
+ default y
+
config STACKTRACE_SUPPORT
bool
default y