PERFORCE change 52649 for review

Julian Elischer julian at FreeBSD.org
Mon May 10 17:29:08 PDT 2004


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

Change 52649 by julian at julian_ref on 2004/05/10 17:28:33

	at least non threaded processes work now

Affected files ...

.. //depot/projects/nsched/sys/kern/sched_4bsd.c#8 edit

Differences ...

==== //depot/projects/nsched/sys/kern/sched_4bsd.c#8 (text+ko) ====

@@ -652,8 +652,6 @@
 {
 	sched_exit_ksegrp(parent, childtd);
 	sched_exit_thread(parent, childtd);
-	if (childtd->td_kse)
-		sched_unrun_kse(parent, childtd);
 }
 
 /* This PROBABLY gives the estcpu to the wrong kseg */


More information about the p4-projects mailing list