]> git.baikalelectronics.ru Git - kernel.git/commit
x86: offer frame pointers in all build modes
authorIngo Molnar <mingo@elte.hu>
Wed, 7 Jan 2009 10:05:10 +0000 (11:05 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 7 Jan 2009 10:18:59 +0000 (11:18 +0100)
commitdbe51c45cc5e50e3c12665fe6c8c635ef7a6967c
tree8225c30e900cadb4b5dee86a4f70b189cceb3c12
parent67348a0f99c2a1b565e28f74469d0ff1f5fdd46d
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 <mingo@elte.hu>
arch/x86/Kconfig
lib/Kconfig.debug