diff options
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/kernel/ptrace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/xtensa/kernel/ptrace.c b/arch/xtensa/kernel/ptrace.c index 06a13d9b69db..5533c7850d53 100644 --- a/arch/xtensa/kernel/ptrace.c +++ b/arch/xtensa/kernel/ptrace.c | |||
@@ -304,10 +304,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
304 | ret = put_user(sizeof(elf_fpregset_t), (unsigned long *) data); | 304 | ret = put_user(sizeof(elf_fpregset_t), (unsigned long *) data); |
305 | break; | 305 | break; |
306 | 306 | ||
307 | case PTRACE_DETACH: /* detach a process that was attached. */ | ||
308 | ret = ptrace_detach(child, data); | ||
309 | break; | ||
310 | |||
311 | default: | 307 | default: |
312 | ret = ptrace_request(child, request, addr, data); | 308 | ret = ptrace_request(child, request, addr, data); |
313 | goto out; | 309 | goto out; |