aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2006-07-03 03:25:00 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-03 18:27:05 -0400
commitcbbf437a8de3192739334eb8cae7c9acee38590f (patch)
treee9c7a280f666f5a747384ec3490a7e230bfa7fcc /arch
parent8e9ccae6ee2bb19b7752b7d412e1bbbaf28e7fe1 (diff)
[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
18 bool 18 bool
19 default y 19 default y
20 20
21config LOCKDEP_SUPPORT
22 bool
23 default y
24
21config STACKTRACE_SUPPORT 25config STACKTRACE_SUPPORT
22 bool 26 bool
23 default y 27 default y