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)
commitc652d780c9cf7f860141de232b37160fe013feca
tree110c95ee2b66a7c9b032be8edad36f9b53f82af0
parentc1340c053be7a43d837a3acb352d5008be865a55
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>
arch/sh/Kconfig
arch/sh/include/asm/syscall_32.h
arch/sh/include/asm/thread_info.h
arch/sh/kernel/Makefile_32
arch/sh/kernel/entry-common.S
arch/sh/kernel/ftrace.c
arch/sh/kernel/ptrace_32.c
arch/sh/lib/mcount.S