aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-09-26 10:52:34 +0200
committerAndi Kleen <andi@basil.nowhere.org>2006-09-26 10:52:34 +0200
commit3b8d1fe0f28202ce1592d9fbc216959b49b72c95 (patch)
treea7b852cde2e72bb1dd3f88b7bf268693c35cf643 /lib/Kconfig.debug
parent[PATCH] i386: Get ebp from unwinder state when continuing fallback backtrace (diff)
downloadlinux-dev-3b8d1fe0f28202ce1592d9fbc216959b49b72c95.tar.xz
linux-dev-3b8d1fe0f28202ce1592d9fbc216959b49b72c95.zip
[PATCH] Don't force frame pointers for lockdep
Now that stacktrace supports dwarf2 don't force frame pointers for lockdep anymore Cc: mingo@elte.hu Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to '')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 554ee688a9f8..c795a17a7043 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -218,7 +218,7 @@ config LOCKDEP
bool
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
select STACKTRACE
- select FRAME_POINTER
+ select FRAME_POINTER if !X86
select KALLSYMS
select KALLSYMS_ALL