diff options
Diffstat (limited to 'arch/cris/arch-v10/kernel/ptrace.c')
-rw-r--r-- | arch/cris/arch-v10/kernel/ptrace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/cris/arch-v10/kernel/ptrace.c b/arch/cris/arch-v10/kernel/ptrace.c index f4f9db698b44..b570ae9b6cad 100644 --- a/arch/cris/arch-v10/kernel/ptrace.c +++ b/arch/cris/arch-v10/kernel/ptrace.c | |||
@@ -177,10 +177,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
177 | ret = 0; | 177 | ret = 0; |
178 | break; | 178 | break; |
179 | 179 | ||
180 | case PTRACE_DETACH: | ||
181 | ret = ptrace_detach(child, data); | ||
182 | break; | ||
183 | |||
184 | /* Get all GP registers from the child. */ | 180 | /* Get all GP registers from the child. */ |
185 | case PTRACE_GETREGS: { | 181 | case PTRACE_GETREGS: { |
186 | int i; | 182 | int i; |