diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/ptrace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/kernel/ptrace.c b/arch/parisc/kernel/ptrace.c index 26ec774c5027..49c637970789 100644 --- a/arch/parisc/kernel/ptrace.c +++ b/arch/parisc/kernel/ptrace.c | |||
@@ -329,10 +329,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
329 | /* give it a chance to run. */ | 329 | /* give it a chance to run. */ |
330 | goto out_wake; | 330 | goto out_wake; |
331 | 331 | ||
332 | case PTRACE_DETACH: | ||
333 | ret = ptrace_detach(child, data); | ||
334 | goto out_tsk; | ||
335 | |||
336 | case PTRACE_GETEVENTMSG: | 332 | case PTRACE_GETEVENTMSG: |
337 | ret = put_user(child->ptrace_message, (unsigned int __user *) data); | 333 | ret = put_user(child->ptrace_message, (unsigned int __user *) data); |
338 | goto out_tsk; | 334 | goto out_tsk; |