From: Ingo Molnar 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 -puN lib/Kconfig.debug~make-frame_pointer-default=y lib/Kconfig.debug --- a/lib/Kconfig.debug~make-frame_pointer-default=y +++ a/lib/Kconfig.debug @@ -368,7 +368,7 @@ config DEBUG_LIST config FRAME_POINTER bool "Compile the kernel with frame pointers" depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML || S390 || AVR32 || SUPERH) - default y if DEBUG_INFO && UML + default y help If you say Y here the resulting kernel image will be slightly larger and slower, but it might give very useful debugging information on _