From: Anton Blanchard Date: Sat, 10 Sep 2005 06:01:08 +0000 (+1000) Subject: [PATCH] ppc64: ptrace cleanups X-Git-Tag: v2.6.14-rc1~90^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0987224dc80b3eb98cc7a135422acbda8538146;p=pandora-kernel.git [PATCH] ppc64: ptrace cleanups - Remove the PPC_REG* defines - Wrap some more stuff with ifdef __KERNEL__ - Add missing PT_TRAP, PT_DAR, PT_DSISR defines - Add PTRACE_GETEVRREGS/PTRACE_SETEVRREGS, even though we dont use it on ppc64 we dont want to allocate them for something else. Signed-off-by: Anton Blanchard Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed