commit | ca0d17277fd101ce4878f92b398b6ab71fb2c287 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sun Jun 28 12:53:07 2009 +0100 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jul 06 19:52:08 2009 +0900 |
tree | f83251b45da79383d67810885553137a95633da7 | |
parent | 8e4a718ff38d8539938ec3421935904c27e00c39 [diff] |
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 <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>