From: Renzo Davoli Date: Sun, 21 May 2006 18:06:58 +0000 (+0200) Subject: [PATCH] powerpc: enable PPC_PTRACE_[GS]ETREGS on ppc32 X-Git-Tag: v2.6.18-rc1~1081^2~225^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98a90c02792f22afd8161f96fc9b9f0f0eb0880e;p=pandora-kernel.git [PATCH] powerpc: enable PPC_PTRACE_[GS]ETREGS on ppc32 I have tested PPC_PTRACE_GETREGS and PPC_PTRACE_SETREGS on umview. I do not understand why historically these tags has been defined as PPC_PTRACE_GETREGS and PPC_PTRACE_SETREGS instead of simply PTRACE_[GS]ETREGS. The other "originality" is that the address must be put into the "addr" field instead of the "data" field as stated in the manual. Signed-off-by: renzo davoli Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed