[PATCH for review] [114/145] x86_64: Don't force frame pointers for lockdep

From: Andi Kleen
Date: Thu Aug 10 2006 - 15:55:00 EST


r

Now that stacktrace supports dwarf2 don't force frame pointers for lockdep anymore

Cc: mingo@xxxxxxx
Signed-off-by: Andi Kleen <ak@xxxxxxx>

---
lib/Kconfig.debug | 1 -
1 files changed, 1 deletion(-)

Index: linux/lib/Kconfig.debug
===================================================================
--- linux.orig/lib/Kconfig.debug
+++ linux/lib/Kconfig.debug
@@ -218,7 +218,6 @@ config LOCKDEP
bool
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
select STACKTRACE
- select FRAME_POINTER
select KALLSYMS
select KALLSYMS_ALL

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/