Skip to content

Commit

Permalink
[PATCH] lockdep: enable on i386
Browse files Browse the repository at this point in the history
Enable LOCKDEP_SUPPORT on i386.

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 8e9ccae commit cbbf437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ config GENERIC_TIME
bool
default y

config LOCKDEP_SUPPORT
bool
default y

config STACKTRACE_SUPPORT
bool
default y
Expand Down

0 comments on commit cbbf437

Please sign in to comment.