]> Git Repo - linux.git/commitdiff
[PATCH] lockdep: enable on i386
authorIngo Molnar <[email protected]>
Mon, 3 Jul 2006 07:25:00 +0000 (00:25 -0700)
committerLinus Torvalds <[email protected]>
Mon, 3 Jul 2006 22:27:05 +0000 (15:27 -0700)
Enable LOCKDEP_SUPPORT on i386.

Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/Kconfig

index 076a72c7a41f7125a2a04903d9b41f59672545d4..daa75ce4b7773d374b2015edb6cc533cb1c8afa8 100644 (file)
@@ -18,6 +18,10 @@ config GENERIC_TIME
        bool
        default y
 
+config LOCKDEP_SUPPORT
+       bool
+       default y
+
 config STACKTRACE_SUPPORT
        bool
        default y
This page took 0.058656 seconds and 4 git commands to generate.