commit | c652d780c9cf7f860141de232b37160fe013feca | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Mon Jul 06 20:16:33 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jul 06 20:16:33 2009 +0900 |
tree | 110c95ee2b66a7c9b032be8edad36f9b53f82af0 | |
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>