[S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible.
[powerpc.git] / arch / s390 / kernel / ptrace.c
index f4503ca..1d81bf9 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