Commit 20d14b95 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 6877b1a9
......@@ -713,7 +713,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
......
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