sh: Fix the value of MCOUNT_INSN_OFFSET
authorMatt Fleming <matt@console-pimps.org>
Sun, 28 Jun 2009 11:53:07 +0000 (12:53 +0100)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 6 Jul 2009 10:52:08 +0000 (19:52 +0900)
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 <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found