sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 30 Jul 2008 10:55:30 +0000 (19:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 1 Aug 2008 19:39:33 +0000 (04:39 +0900)
commitab99c733ae73cce31f2a2434f7099564e5a73d95
treec9eb381f05688b8b4e79d2ffe495b4d4b302f2d4
parentc459dbf294b4a3d70490a468a7ca3907fb2c2f57
sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.

This follows the changes in commits:

7d6d637dac2050f30a1b57b0a3dc5de4a10616ba
4f72c4279eab1e5f3ed1ac4e55d4527617582392

on powerpc. Adding in TIF_NOTIFY_RESUME, and cleaning up the syscall
tracing to be more generic. This is an incremental step to turning
on tracehook, as well as unifying more of the ptrace and signal code
across the 32/64 split.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/thread_info.h
arch/sh/kernel/cpu/sh5/entry.S
arch/sh/kernel/entry-common.S
arch/sh/kernel/ptrace_32.c
arch/sh/kernel/ptrace_64.c
arch/sh/kernel/signal_32.c
arch/sh/kernel/signal_64.c