Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2004 17:29:07 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 52649 for review
Message-ID:  <200405110029.i4B0T7LQ050957@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52649

Change 52649 by julian@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405110029.i4B0T7LQ050957>