From: Anton Blanchard Date: Tue, 17 Apr 2012 19:36:21 +0000 (+0000) Subject: powerpc: Remove old powerpc specific ptrace getregs/setregs calls X-Git-Tag: v3.5-rc1~132^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec34a6814988f17506733c1e8b058ce46602591d;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed