sh: ptrace single stepping cleanups.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 30 Jul 2008 10:09:31 +0000 (19:09 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 1 Aug 2008 19:39:33 +0000 (04:39 +0900)
commitc459dbf294b4a3d70490a468a7ca3907fb2c2f57
treec78866944d8e03247b6d5072987cd7f7c558caef
parentc4637d475170ca0d99973efd07df727012db6cd1
sh: ptrace single stepping cleanups.

This converts the single stepping done by sh/sh64 ptrace implementations
to use the generic user_enable/disable_single_step(), and subsequently
rips out a lot of ptrace request cases that are now handled generically.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/ptrace.h
arch/sh/kernel/ptrace_32.c
arch/sh/kernel/ptrace_64.c