diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-07-03 03:25:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-03 18:27:06 -0400 |
commit | 2b105ff9cccea5533ad518bb37dc9b43a322f7b1 (patch) | |
tree | 2d75bfe9857b3520708a8729f659807a7ede3c5f /arch/s390 | |
parent | 1e9505279a8a2303d8feef4e464e6f48ea644f03 (diff) |
[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/Kconfig | 4 |
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 | |||
7 | bool | 7 | bool |
8 | default y | 8 | default y |
9 | 9 | ||
10 | config LOCKDEP_SUPPORT | ||
11 | bool | ||
12 | default y | ||
13 | |||
10 | config STACKTRACE_SUPPORT | 14 | config STACKTRACE_SUPPORT |
11 | bool | 15 | bool |
12 | default y | 16 | default y |