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 --- devel/lib/Kconfig.debug~make-frame_pointer-default=y 2006-05-27 23:29:51.000000000 -0700 +++ devel-akpm/lib/Kconfig.debug 2006-05-27 23:29:51.000000000 -0700 @@ -234,7 +234,7 @@ config DEBUG_VM config FRAME_POINTER bool "Compile the kernel with frame pointers" depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML) - 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 _