powerpc: Remove old powerpc specific ptrace getregs/setregs calls
authorAnton Blanchard <anton@samba.org>
Tue, 17 Apr 2012 19:36:21 +0000 (19:36 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Apr 2012 05:37:28 +0000 (15:37 +1000)
commitec34a6814988f17506733c1e8b058ce46602591d
tree1d9132a700854931655b108e4edb34e03ea17c87
parent14fb1fa6e266fb9c4622b210d2636a2004a47e2b
powerpc: Remove old powerpc specific ptrace getregs/setregs calls

PowerPC has non standard getregs calls that only dump the GPRs or
FPRs and have their arguments reversed. commit e17666ba48f7 (ptrace
updates & new, better requests) in 2.6.3 deprecated them and introduced
more standard versions.

It's been about 5 years and I know of no users of the old calls so
lets remove them.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/ptrace.h
arch/powerpc/kernel/ptrace.c
arch/powerpc/kernel/ptrace32.c