From: Ingo Molnar Date: Mon, 3 Jul 2006 07:25:02 +0000 (-0700) Subject: [PATCH] lockdep: enable on s390 X-Git-Tag: v2.6.18-rc1~72 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=2b105ff9cccea5533ad518bb37dc9b43a322f7b1;p=linux-2.6 [PATCH] lockdep: enable on s390 Enable LOCKDEP_SUPPORT on s390. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 5b28da4ad8..224fbff799 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