Skip to content

Commit

Permalink
[PATCH] lockdep: enable on s390
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jul 3, 2006
1 parent 1e95052 commit 2b105ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ config MMU
bool
default y

config LOCKDEP_SUPPORT
bool
default y

config STACKTRACE_SUPPORT
bool
default y
Expand Down

0 comments on commit 2b105ff

Please sign in to comment.