Commit 3b69ac50 authored by Ingo Molnar's avatar Ingo Molnar Committed by James Toy

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: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 6de375df
...@@ -696,7 +696,7 @@ config FRAME_POINTER ...@@ -696,7 +696,7 @@ config FRAME_POINTER
(CRIS || M68K || M68KNOMMU || FRV || UML || \ (CRIS || M68K || M68KNOMMU || FRV || UML || \
AVR32 || SUPERH || BLACKFIN || MN10300) || \ AVR32 || SUPERH || BLACKFIN || MN10300) || \
ARCH_WANT_FRAME_POINTERS ARCH_WANT_FRAME_POINTERS
default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS default y
help help
If you say Y here the resulting kernel image will be slightly If you say Y here the resulting kernel image will be slightly
larger and slower, but it gives very useful debugging information larger and slower, but it gives very useful debugging information
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment