sh: Add ftrace syscall tracing support
authorMatt Fleming <matt@console-pimps.org>
Mon, 6 Jul 2009 11:16:33 +0000 (20:16 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 6 Jul 2009 11:16:33 +0000 (20:16 +0900)
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>

No differences found