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-sparc64 | |
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-sparc64')
-rw-r--r-- | include/asm-sparc64/ptrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/ptrace.h b/include/asm-sparc64/ptrace.h index 7eba90c6c753..2ba989b3056e 100644 --- a/include/asm-sparc64/ptrace.h +++ b/include/asm-sparc64/ptrace.h | |||
@@ -261,8 +261,6 @@ extern void show_regs(struct pt_regs *); | |||
261 | #define SF_XXARG 0x5c | 261 | #define SF_XXARG 0x5c |
262 | 262 | ||
263 | /* Stuff for the ptrace system call */ | 263 | /* Stuff for the ptrace system call */ |
264 | #define PTRACE_SUNATTACH 10 | ||
265 | #define PTRACE_SUNDETACH 11 | ||
266 | #define PTRACE_GETREGS 12 | 264 | #define PTRACE_GETREGS 12 |
267 | #define PTRACE_SETREGS 13 | 265 | #define PTRACE_SETREGS 13 |
268 | #define PTRACE_GETFPREGS 14 | 266 | #define PTRACE_GETFPREGS 14 |