From: Matt Fleming Date: Sun, 28 Jun 2009 11:53:07 +0000 (+0100) Subject: sh: Fix the value of MCOUNT_INSN_OFFSET X-Git-Tag: v2.6.32-rc1~640^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0d17277fd101ce4878f92b398b6ab71fb2c287;p=pandora-kernel.git sh: Fix the value of MCOUNT_INSN_OFFSET It seems that MCOUNT_INSN_OFFSET was calculating the distance between the wrong functions. The value that should have actually been computed is the distance between ftrace_call and ftrace_stub. I discovered this when I added some code to ftrace_caller. Signed-off-by: Matt Fleming Signed-off-by: Paul Mundt --- Reading git-diff-tree failed