aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2006-07-03 03:25:01 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-03 18:27:05 -0400
commit1e9505279a8a2303d8feef4e464e6f48ea644f03 (patch)
treef7a4e6b90b996a004d672146583aa14c3b6763b3 /arch
parentcbbf437a8de3192739334eb8cae7c9acee38590f (diff)
[PATCH] lockdep: enable on x86_64
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 445f436688f3..28df7d88ce2c 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -24,6 +24,10 @@ config X86
24 bool 24 bool
25 default y 25 default y
26 26
27config LOCKDEP_SUPPORT
28 bool
29 default y
30
27config STACKTRACE_SUPPORT 31config STACKTRACE_SUPPORT
28 bool 32 bool
29 default y 33 default y