summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar2006-07-03 09:25:00 +0200
committerLinus Torvalds2006-07-04 00:27:05 +0200
commitcbbf437a8de3192739334eb8cae7c9acee38590f (patch)
treee9c7a280f666f5a747384ec3490a7e230bfa7fcc /arch
parent[PATCH] lockdep: s390 turn validator off in machine-check handler (diff)
downloadkernel-qcow2-linux-cbbf437a8de3192739334eb8cae7c9acee38590f.tar.gz
kernel-qcow2-linux-cbbf437a8de3192739334eb8cae7c9acee38590f.tar.xz
kernel-qcow2-linux-cbbf437a8de3192739334eb8cae7c9acee38590f.zip
[PATCH] lockdep: enable on i386
Enable LOCKDEP_SUPPORT on i386. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/i386/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 076a72c7a41f..daa75ce4b777 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -18,6 +18,10 @@ config GENERIC_TIME
bool
default y
+config LOCKDEP_SUPPORT
+ bool
+ default y
+
config STACKTRACE_SUPPORT
bool
default y