diff options
Diffstat (limited to 'include/asm-sparc64/ptrace.h')
| -rw-r--r-- | include/asm-sparc64/ptrace.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-sparc64/ptrace.h b/include/asm-sparc64/ptrace.h index 2ba989b3056e..734a767f0a4e 100644 --- a/include/asm-sparc64/ptrace.h +++ b/include/asm-sparc64/ptrace.h | |||
| @@ -95,8 +95,6 @@ struct sparc_trapf { | |||
| 95 | 95 | ||
| 96 | #ifdef __KERNEL__ | 96 | #ifdef __KERNEL__ |
| 97 | 97 | ||
| 98 | #define __ARCH_SYS_PTRACE 1 | ||
| 99 | |||
| 100 | #define force_successful_syscall_return() \ | 98 | #define force_successful_syscall_return() \ |
| 101 | do { current_thread_info()->syscall_noerror = 1; \ | 99 | do { current_thread_info()->syscall_noerror = 1; \ |
| 102 | } while (0) | 100 | } while (0) |
| @@ -282,18 +280,4 @@ extern void show_regs(struct pt_regs *); | |||
| 282 | #define PTRACE_GETFPREGS64 25 | 280 | #define PTRACE_GETFPREGS64 25 |
| 283 | #define PTRACE_SETFPREGS64 26 | 281 | #define PTRACE_SETFPREGS64 26 |
| 284 | 282 | ||
| 285 | #define PTRACE_GETUCODE 29 /* stupid bsd-ism */ | ||
| 286 | |||
| 287 | /* These are for 32-bit processes debugging 64-bit ones. | ||
| 288 | * Here addr and addr2 are passed in %g2 and %g3 respectively. | ||
| 289 | */ | ||
| 290 | #define PTRACE_PEEKTEXT64 (30 + PTRACE_PEEKTEXT) | ||
| 291 | #define PTRACE_POKETEXT64 (30 + PTRACE_POKETEXT) | ||
| 292 | #define PTRACE_PEEKDATA64 (30 + PTRACE_PEEKDATA) | ||
| 293 | #define PTRACE_POKEDATA64 (30 + PTRACE_POKEDATA) | ||
| 294 | #define PTRACE_READDATA64 (30 + PTRACE_READDATA) | ||
| 295 | #define PTRACE_WRITEDATA64 (30 + PTRACE_WRITEDATA) | ||
| 296 | #define PTRACE_READTEXT64 (30 + PTRACE_READTEXT) | ||
| 297 | #define PTRACE_WRITETEXT64 (30 + PTRACE_WRITETEXT) | ||
| 298 | |||
| 299 | #endif /* !(_SPARC64_PTRACE_H) */ | 283 | #endif /* !(_SPARC64_PTRACE_H) */ |
