]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] uml: split CONFIG_FRAME_POINTER from DEBUG_INFO
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Sat, 28 May 2005 22:51:59 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 28 May 2005 23:46:13 +0000 (16:46 -0700)
commit3966b606a0ea675d2d8b33e7b04ebb0ecef2e1cb
treef6b58ff263e3a76e2c2ce5beceb9cbedae4ebf3b
parent4be55d300e82f2f1c076616c8e5fdf3a85d651ed
[PATCH] uml: split CONFIG_FRAME_POINTER from DEBUG_INFO

Until now, FRAME_POINTER was set = DEBUG_INFO for UML.  Change it to be the
default way, so that it can be enabled alone (for instance to get better
backtraces on crashes).  The call-trace dumper which uses the frame pointer is
not yet in, I'm going to introduce it in a separate patch.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Kconfig.debug
lib/Kconfig.debug