diff options
Diffstat (limited to 'arch/cris/arch-v32/kernel/ptrace.c')
-rw-r--r-- | arch/cris/arch-v32/kernel/ptrace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/cris/arch-v32/kernel/ptrace.c b/arch/cris/arch-v32/kernel/ptrace.c index 38ece0cd47cb..2df60529a8af 100644 --- a/arch/cris/arch-v32/kernel/ptrace.c +++ b/arch/cris/arch-v32/kernel/ptrace.c | |||
@@ -245,10 +245,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
245 | break; | 245 | break; |
246 | 246 | ||
247 | } | 247 | } |
248 | case PTRACE_DETACH: | ||
249 | ret = ptrace_detach(child, data); | ||
250 | break; | ||
251 | |||
252 | /* Get all GP registers from the child. */ | 248 | /* Get all GP registers from the child. */ |
253 | case PTRACE_GETREGS: { | 249 | case PTRACE_GETREGS: { |
254 | int i; | 250 | int i; |