From: Ingo Molnar Date: Mon, 3 Jul 2006 07:25:01 +0000 (-0700) Subject: [PATCH] lockdep: enable on x86_64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1e9505279a8a2303d8feef4e464e6f48ea644f03;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 445f436688f3..28df7d88ce2c 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