diff options
author | David S. Miller <davem@davemloft.net> | 2008-02-07 01:08:18 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-07 05:59:22 -0500 |
commit | 190aa9f60f9575d1b7382cd1ee33e2589208c514 (patch) | |
tree | 2707306174f13b26751f6264a4fceee00ef26ed1 /include/asm-sparc | |
parent | 38282764e3e76aa02c071af4673e6b6320e426ad (diff) |
[SPARC]: Remove PTRACE_SUN* handling.
Supporting SunOS ptrace() is pretty pointless and these
kinds of quirks keep us from being able to share more
code with other platforms.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/ptrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc/ptrace.h b/include/asm-sparc/ptrace.h index 714497099a42..a84345ba8bee 100644 --- a/include/asm-sparc/ptrace.h +++ b/include/asm-sparc/ptrace.h | |||
@@ -151,8 +151,6 @@ extern void show_regs(struct pt_regs *); | |||
151 | #define SF_XXARG 0x5c | 151 | #define SF_XXARG 0x5c |
152 | 152 | ||
153 | /* Stuff for the ptrace system call */ | 153 | /* Stuff for the ptrace system call */ |
154 | #define PTRACE_SUNATTACH 10 | ||
155 | #define PTRACE_SUNDETACH 11 | ||
156 | #define PTRACE_GETREGS 12 | 154 | #define PTRACE_GETREGS 12 |
157 | #define PTRACE_SETREGS 13 | 155 | #define PTRACE_SETREGS 13 |
158 | #define PTRACE_GETFPREGS 14 | 156 | #define PTRACE_GETFPREGS 14 |