From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 28 May 2005 22:51:59 +0000 (-0700) Subject: [PATCH] uml: split CONFIG_FRAME_POINTER from DEBUG_INFO X-Git-Tag: v2.6.12-rc6~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37fce857bec00d26d0e8251c909da2bd8736c949;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed