aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2006-07-03 00:25:02 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-03 15:27:06 -0700
commit2b105ff9cccea5533ad518bb37dc9b43a322f7b1 (patch)
tree2d75bfe9857b3520708a8729f659807a7ede3c5f /arch/s390
parent[PATCH] lockdep: enable on x86_64 (diff)
downloadlinux-dev-2b105ff9cccea5533ad518bb37dc9b43a322f7b1.tar.xz
linux-dev-2b105ff9cccea5533ad518bb37dc9b43a322f7b1.zip
[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>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 5b28da4ad809..224fbff79969 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -7,6 +7,10 @@ config MMU
bool
default y
+config LOCKDEP_SUPPORT
+ bool
+ default y
+
config STACKTRACE_SUPPORT
bool
default y