From 0e651f3dfc23eaad06d890f6e4e21ea30a7e175b Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 25 Sep 2009 22:01:09 +0200 Subject: [PATCH] Make FRAME_POINTER default=y, so that people compiling their own kernels (and reporting stacktraces to lkml) pick it up by default. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 11bdf7d1908..833e9813fcf 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -712,7 +712,7 @@ config FRAME_POINTER (CRIS || M68K || M68KNOMMU || FRV || UML || \ AVR32 || SUPERH || BLACKFIN || MN10300) || \ ARCH_WANT_FRAME_POINTERS - default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS + default y help If you say Y here the resulting kernel image will be slightly larger and slower, but it gives very useful debugging information -- 2.11.4.GIT