From: Ingo Molnar Date: Mon, 3 Jul 2006 07:25:00 +0000 (-0700) Subject: [PATCH] lockdep: enable on i386 X-Git-Tag: v2.6.18-rc1~74 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cbbf437a8de3192739334eb8cae7c9acee38590f;p=linux-2.6-omap-h63xx.git [PATCH] lockdep: enable on i386 Enable LOCKDEP_SUPPORT on i386. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 076a72c7a41..daa75ce4b77 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -18,6 +18,10 @@ config GENERIC_TIME bool default y +config LOCKDEP_SUPPORT + bool + default y + config STACKTRACE_SUPPORT bool default y