diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:34 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:34 -0400 |
commit | 3b8d1fe0f28202ce1592d9fbc216959b49b72c95 (patch) | |
tree | a7b852cde2e72bb1dd3f88b7bf268693c35cf643 /lib/Kconfig.debug | |
parent | a32cf3975bed3b84491f8ffeb24abe8c45d86ab0 (diff) |
[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 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
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 | |||
218 | bool | 218 | bool |
219 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT | 219 | depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |
220 | select STACKTRACE | 220 | select STACKTRACE |
221 | select FRAME_POINTER | 221 | select FRAME_POINTER if !X86 |
222 | select KALLSYMS | 222 | select KALLSYMS |
223 | select KALLSYMS_ALL | 223 | select KALLSYMS_ALL |
224 | 224 | ||