From: Steven Rostedt Date: Thu, 26 Apr 2012 18:59:43 +0000 (-0400) Subject: ftrace: Make ftrace_modify_all_code() global for archs to use X-Git-Tag: v3.5-rc1~141^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed3e2cfe40ffe43630fd8efa34fc97c95b4c298;p=pandora-kernel.git ftrace: Make ftrace_modify_all_code() global for archs to use Rename __ftrace_modify_code() to ftrace_modify_all_code() and make it global for all archs to use. This will remove the duplication of code, as archs that can modify code without stop_machine() can use it directly outside of the stop_machine() call. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed