]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[PATCH] lockdep: enable on x86_64
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:25:01 +0000 (00:25 -0700)
committerLinus 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

index 445f436688f36ed0bcb8eccd9bd5abbcdd957ae7..28df7d88ce2c3cf6e4399df3ef99ed5b26625c3d 100644 (file)
@@ -24,6 +24,10 @@ config X86
        bool
        default y
 
+config LOCKDEP_SUPPORT
+       bool
+       default y
+
 config STACKTRACE_SUPPORT
        bool
        default y