From: Steven Rostedt (Red Hat) Date: Fri, 26 Jul 2013 00:22:00 +0000 (-0400) Subject: ftrace: Consolidate some duplicate code for updating ftrace ops X-Git-Tag: v3.11-rc5~28^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c80c43290ee576afe8d39ecc905fa3958a5858c;p=pandora-kernel.git ftrace: Consolidate some duplicate code for updating ftrace ops When ftrace ops modifies the functions that it will trace, the update to the function mcount callers may need to be modified. Consolidate the two places that do the checks to see if an update is required with a wrapper function for those checks. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed