projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32cf39
)
[PATCH] Don't force frame pointers for lockdep
author
Andi Kleen
<ak@suse.de>
Tue, 26 Sep 2006 08:52:34 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:34 +0000
(10:52 +0200)
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>
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 554ee688a9f8a397cad63a96458ca5d1198b88e7..c795a17a70436283353d23d22960ae44ed245bb6 100644
(file)
--- 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