From: David S. Miller Date: Wed, 21 Apr 2010 10:08:11 +0000 (-0700) Subject: sparc64: Fix stack dumping and tracing when function graph is enabled. X-Git-Tag: v2.6.35-rc1~498^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667f0cee3e0321151aa7a1a5222afe67ca4be0ea;p=pandora-kernel.git sparc64: Fix stack dumping and tracing when function graph is enabled. Like x86, when the function graph tracer is enabled, emit the ftrace stub as well as the program counter it will be transformed back into. We duplicate a lot of similar stack walking logic in 3 or 4 spots, so eventually we should consolidate things like x86 does. Thanks to Frederic Weisbecker for pointing this out. Signed-off-by: David S. Miller --- Reading git-diff-tree failed