diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:57 -0400 |
commit | d302d05cf4d25f4fbbec0f9338fac13ee0c0ad89 (patch) | |
tree | dc6b20baecd16e0102bcc95d58dd9bb22ed15462 /arch/mips/kernel/ptrace32.c | |
parent | 0926bf953ee79b8f139741b442e5a18520f81705 (diff) |
MIPS: Move ptrace prototypes to ptrace.h
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/ptrace32.c')
-rw-r--r-- | arch/mips/kernel/ptrace32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/ptrace32.c b/arch/mips/kernel/ptrace32.c index e45105e3ef00..1ca34104e593 100644 --- a/arch/mips/kernel/ptrace32.c +++ b/arch/mips/kernel/ptrace32.c | |||
@@ -37,12 +37,6 @@ | |||
37 | #include <asm/uaccess.h> | 37 | #include <asm/uaccess.h> |
38 | #include <asm/bootinfo.h> | 38 | #include <asm/bootinfo.h> |
39 | 39 | ||
40 | int ptrace_getregs(struct task_struct *child, __s64 __user *data); | ||
41 | int ptrace_setregs(struct task_struct *child, __s64 __user *data); | ||
42 | |||
43 | int ptrace_getfpregs(struct task_struct *child, __u32 __user *data); | ||
44 | int ptrace_setfpregs(struct task_struct *child, __u32 __user *data); | ||
45 | |||
46 | /* | 40 | /* |
47 | * Tracing a 32-bit process with a 64-bit strace and vice versa will not | 41 | * Tracing a 32-bit process with a 64-bit strace and vice versa will not |
48 | * work. I don't know how to fix this. | 42 | * work. I don't know how to fix this. |