m68k: use generic code for ptrace requests
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 10 May 2009 19:14:52 +0000 (21:14 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 4 Dec 2009 20:22:35 +0000 (21:22 +0100)
commitfaa47b466935e73251b18b17d51455b06ed65764
tree0b4618676fa11f566e7f5a7b802fbe985b74492c
parent4f672ce298e1b53a2f16571ef87810d0f73bfb1f
m68k: use generic code for ptrace requests

Remove all but PTRACE_{PEEK,POKE}USR and PTRACE_{GET,SET}{REGS,FPREGS}
from arch_ptrace and let the rest be handled by generic code.  Define
PTRACE_SINGLEBLOCK to enable singleblock tracing.
[Geert] Not yet applicable for m68knommu

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/ptrace.h
arch/m68k/kernel/ptrace.c