diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:06:49 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:05 -0400 |
commit | 0acdbbeb6dd435f5f3f1648fc3a2ab5fd07b5545 (patch) | |
tree | b8bde5c03691ebb7d0d9ece97a4da3c8fa92e6b8 /arch/um | |
parent | 5c48b108ecbf6505d929e64d50dace13ac2bdf34 (diff) |
um: bury unused macros around ptrace.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/include/asm/ptrace-generic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/asm/ptrace-generic.h b/arch/um/include/asm/ptrace-generic.h index c3b8a041c13f..f605d3c4844c 100644 --- a/arch/um/include/asm/ptrace-generic.h +++ b/arch/um/include/asm/ptrace-generic.h | |||
@@ -23,14 +23,10 @@ struct pt_regs { | |||
23 | #define PT_REGS_IP(r) UPT_IP(&(r)->regs) | 23 | #define PT_REGS_IP(r) UPT_IP(&(r)->regs) |
24 | #define PT_REGS_SP(r) UPT_SP(&(r)->regs) | 24 | #define PT_REGS_SP(r) UPT_SP(&(r)->regs) |
25 | 25 | ||
26 | #define PT_REGS_SET_SYSCALL_RETURN(r, res) \ | ||
27 | UPT_SET_SYSCALL_RETURN(&(r)->regs, res) | ||
28 | #define PT_REGS_RESTART_SYSCALL(r) UPT_RESTART_SYSCALL(&(r)->regs) | 26 | #define PT_REGS_RESTART_SYSCALL(r) UPT_RESTART_SYSCALL(&(r)->regs) |
29 | 27 | ||
30 | #define PT_REGS_SYSCALL_NR(r) UPT_SYSCALL_NR(&(r)->regs) | 28 | #define PT_REGS_SYSCALL_NR(r) UPT_SYSCALL_NR(&(r)->regs) |
31 | 29 | ||
32 | #define PT_REGS_SC(r) UPT_SC(&(r)->regs) | ||
33 | |||
34 | #define instruction_pointer(regs) PT_REGS_IP(regs) | 30 | #define instruction_pointer(regs) PT_REGS_IP(regs) |
35 | 31 | ||
36 | struct task_struct; | 32 | struct task_struct; |