aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2015-05-14 01:02:17 +0000
committerJohannes Weiner <hannes@cmpxchg.org>2015-05-14 01:02:17 +0000
commit8a25d6ad59a59c00c551151945189b67928002be (patch)
treed3f3822639bb64be9c1f56296ebf084ab31f8a69
parenta80d9c16108f1d092cc80716968390ddc44fe640 (diff)
downloadmm-next-8a25d6ad59a59c00c551151945189b67928002be.tar.gz
make FRAME_POINTER default=y
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 <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index eb3997bcbf893..1a6b5f0ff0c96 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -326,7 +326,7 @@ config FRAME_POINTER
(CRIS || M68K || FRV || UML || \
AVR32 || SUPERH || BLACKFIN || MN10300 || METAG) || \
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