From: Ingo Molnar Date: Wed, 7 Jan 2009 10:05:10 +0000 (+0100) Subject: x86: offer frame pointers in all build modes X-Git-Tag: v2.6.29-rc1~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4276b8299a6544dc41ac2485d3ffca5811b3fb;p=pandora-kernel.git x86: offer frame pointers in all build modes CONFIG_FRAME_POINTERS=y results in much better debug info for the kernel (clear and precise backtraces), with the only drawback being a ~1% increase in kernel size. So offer it unconditionally and enable it by default. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed