From: Tony Lu Date: Fri, 27 Mar 2015 18:46:38 +0000 (-0400) Subject: tile: ftrace: fix function_graph tracer issues X-Git-Tag: omap-for-v4.2/o2_dc~100^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=437d3e124d25daaa671bfecfd4015ecd2503a955;p=pandora-kernel.git tile: ftrace: fix function_graph tracer issues - Add support for ARCH_SUPPORTS_FTRACE_OPS - Replace the instruction in ftrace_call with the bundle {move r10, lr; jal ftrace_stub}, so that the lr contains the right value after returning from ftrace_stub. An alternative fix might be to leave the instruction in ftrace_call alone when it is being updated with ftrace_stub. Signed-off-by: Tony Lu Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed