diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-07-03 09:25:00 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-04 00:27:05 +0200 |
commit | cbbf437a8de3192739334eb8cae7c9acee38590f (patch) | |
tree | e9c7a280f666f5a747384ec3490a7e230bfa7fcc | |
parent | [PATCH] lockdep: s390 turn validator off in machine-check handler (diff) | |
download | linux-cbbf437a8de3192739334eb8cae7c9acee38590f.tar.xz 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>
-rw-r--r-- | arch/i386/Kconfig | 4 |
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 |