commit | 2b105ff9cccea5533ad518bb37dc9b43a322f7b1 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 03 00:25:02 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 03 15:27:06 2006 -0700 |
tree | 2d75bfe9857b3520708a8729f659807a7ede3c5f | |
parent | 1e9505279a8a2303d8feef4e464e6f48ea644f03 [diff] [blame] |
[PATCH] lockdep: enable on s390 Enable LOCKDEP_SUPPORT on s390. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 5b28da4..224fbff 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig
@@ -7,6 +7,10 @@ bool default y +config LOCKDEP_SUPPORT + bool + default y + config STACKTRACE_SUPPORT bool default y