]> err.no Git - linux-2.6/blobdiff - arch/s390/kernel/ptrace.c
Pull cpuidle into release branch
[linux-2.6] / arch / s390 / kernel / ptrace.c
index f4503ca27630165b4166d93f275a90a525dac0e6..1d81bf9488aec20b968e305b2acf57fcd6d0bd85 100644 (file)
@@ -683,11 +683,6 @@ do_ptrace(struct task_struct *child, long request, long addr, long data)
                wake_up_process(child);
                return 0;
 
-       case PTRACE_DETACH:
-               /* detach a process that was attached. */
-               return ptrace_detach(child, data);
-
-
        /* Do requests that differ for 31/64 bit */
        default:
 #ifdef CONFIG_COMPAT