commit | a0987224dc80b3eb98cc7a135422acbda8538146 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sat Sep 10 16:01:08 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Mon Sep 12 17:19:12 2005 +1000 |
tree | 07c91bc05ab991bde6e441be17f07fcb296a3ded | |
parent | 962bca7f389229a30ced441d7b37f55f203006a2 [diff] |
[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 <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>