PERFORCE change 109892 for review

Roman Divacky rdivacky at FreeBSD.org
Mon Nov 13 22:12:42 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=109892

Change 109892 by rdivacky at rdivacky_witten on 2006/11/13 22:11:59

	Remove obsolete comment.

Affected files ...

.. //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#15 edit
.. //depot/projects/linuxolator/src/sys/i386/linux/linux_machdep.c#12 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/amd64/linux32/linux32_machdep.c#15 (text+ko) ====

@@ -605,9 +605,6 @@
 	}
 
 	if (args->flags & CLONE_THREAD) {
-	   	/* XXX: linux mangles pgrp and pptr somehow
-		 * I think it might be this but I am not sure.
-		 */
 #ifdef notyet
 	   	PROC_LOCK(p2);
 	   	p2->p_pgrp = td->td_proc->p_pgrp;

==== //depot/projects/linuxolator/src/sys/i386/linux/linux_machdep.c#12 (text+ko) ====

@@ -432,9 +432,6 @@
 	}
 
 	if (args->flags & CLONE_THREAD) {
-	   	/* XXX: linux mangles pgrp and pptr somehow
-		 * I think it might be this but I am not sure.
-		 */
 #ifdef notyet
 	   	PROC_LOCK(p2);
 	   	p2->p_pgrp = td->td_proc->p_pgrp;


More information about the p4-projects mailing list