diff options
author | Matt Fleming <matt@console-pimps.org> | 2009-07-06 07:16:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-06 07:16:33 -0400 |
commit | c652d780c9cf7f860141de232b37160fe013feca (patch) | |
tree | 110c95ee2b66a7c9b032be8edad36f9b53f82af0 /arch/sh/lib | |
parent | c1340c053be7a43d837a3acb352d5008be865a55 (diff) |
sh: Add ftrace syscall tracing support
Now that I've added TIF_SYSCALL_FTRACE the thread flags do not fit into
a single byte any more. Code testing them now needs to be aware of the
upper and lower bytes.
Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/mcount.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/mcount.S b/arch/sh/lib/mcount.S index cb87ef580b31..71e87f9b4fda 100644 --- a/arch/sh/lib/mcount.S +++ b/arch/sh/lib/mcount.S | |||
@@ -72,7 +72,7 @@ ftrace_caller: | |||
72 | mov.l @r0, r0 | 72 | mov.l @r0, r0 |
73 | tst r0, r0 | 73 | tst r0, r0 |
74 | bf ftrace_stub | 74 | bf ftrace_stub |
75 | 75 | ||
76 | MCOUNT_ENTER() | 76 | MCOUNT_ENTER() |
77 | 77 | ||
78 | .globl ftrace_call | 78 | .globl ftrace_call |