]> err.no Git - linux-2.6/blobdiff - arch/alpha/kernel/ptrace.c
During VM oom condition, kill all threads in process group
[linux-2.6] / arch / alpha / kernel / ptrace.c
index 83a78184226623fa78f51e52c5643ce148de6f3f..eaf4ee5f0c356881c3588a0d5e9689db2ba5556d 100644 (file)
@@ -368,10 +368,6 @@ do_sys_ptrace(long request, long pid, long addr, long data,
                ret = 0;
                goto out;
 
-       case PTRACE_DETACH:      /* detach a process that was attached. */
-               ret = ptrace_detach(child, data);
-               goto out;
-
        default:
                ret = ptrace_request(child, request, addr, data);
                goto out;