summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-10-15 13:30:45 +0000
committernetchild <netchild@FreeBSD.org>2006-10-15 13:30:45 +0000
commit96943a3038c519b8691cf9c12a24a05f0c5b1774 (patch)
tree758c2def114885370886e3c4f06dd447f7add7ee /sys/amd64
parent7e5ad63262bc5c96daca198cf6a43b428b26ee12 (diff)
downloadFreeBSD-src-96943a3038c519b8691cf9c12a24a05f0c5b1774.zip
FreeBSD-src-96943a3038c519b8691cf9c12a24a05f0c5b1774.tar.gz
Revert my previous commit, I mismerged this to the wrong place.
Pointy hat to: netchild
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux32/linux32_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c
index 541bf97..7b0b124 100644
--- a/sys/amd64/linux32/linux32_machdep.c
+++ b/sys/amd64/linux32/linux32_machdep.c
@@ -495,7 +495,6 @@ linux_vfork(struct thread *td, struct linux_vfork_args *args)
return (error);
/* wait for the children to exit, ie. emulate vfork */
PROC_LOCK(p2);
- p2->p_flag |= P_PPWAIT;
while (p2->p_flag & P_PPWAIT)
msleep(td->td_proc, &p2->p_mtx, PWAIT, "ppwait", 0);
PROC_UNLOCK(p2);
OpenPOWER on IntegriCloud