From: Ingo Molnar Date: Mon, 3 Jul 2006 07:25:01 +0000 (-0700) Subject: [PATCH] lockdep: enable on x86_64 X-Git-Tag: v2.6.18-rc1~73 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1e9505279a8a2303d8feef4e464e6f48ea644f03;p=linux-2.6-omap-h63xx.git [PATCH] lockdep: enable on x86_64 Enable LOCKDEP_SUPPORT on x86_64. Signed-off-by: Ingo Molnar Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 445f436688f..28df7d88ce2 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -24,6 +24,10 @@ config X86 bool default y +config LOCKDEP_SUPPORT + bool + default y + config STACKTRACE_SUPPORT bool default y