From: David S. Miller Date: Wed, 7 Apr 2010 02:59:46 +0000 (-0700) Subject: sparc64: Give a stack frame to the ftrace call sites. X-Git-Tag: v2.6.34-rc5~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a71d1d6bb1b26e566e5c06c37857f4cdc1664780;p=pandora-kernel.git sparc64: Give a stack frame to the ftrace call sites. It's the only way we'll be able to implement the function graph tracer properly. A positive is that we no longer have to worry about the linker over-optimizing the tail call, since we don't use a tail call any more. Signed-off-by: David S. Miller --- Reading git-diff-tree failed