From: Steven Rostedt Date: Fri, 27 Apr 2012 13:13:18 +0000 (-0400) Subject: ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() X-Git-Tag: v3.5-rc1~141^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f5d5440bb860a3e8942ca8f7277a7f31798965;p=pandora-kernel.git ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() To remove duplicate code, have the ftrace arch_ftrace_update_code() use the generic ftrace_modify_all_code(). This requires that the default ftrace_replace_code() becomes a weak function so that an arch may override it. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed