diff options
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/kernel/ptrace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c index c8777333e198..95c3ae8b198c 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c | |||
| @@ -255,7 +255,8 @@ int ptrace_set_watch_regs(struct task_struct *child, | |||
| 255 | return 0; | 255 | return 0; |
| 256 | } | 256 | } |
| 257 | 257 | ||
| 258 | long arch_ptrace(struct task_struct *child, long request, long addr, long data) | 258 | long arch_ptrace(struct task_struct *child, long request, |
| 259 | unsigned long addr, unsigned long data) | ||
| 259 | { | 260 | { |
| 260 | int ret; | 261 | int ret; |
| 261 | 262 | ||
