Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2004 01:32:51 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 55205 for review
Message-ID:  <200406180132.i5I1WpiR066738@repoman.freebsd.org>

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

Change 55205 by julian@julian_desk on 2004/06/18 01:32:31

	don't bother checking this as the function checks it immediatly anyhow.

Affected files ...

.. //depot/projects/nsched/sys/kern/kern_thread.c#23 edit

Differences ...

==== //depot/projects/nsched/sys/kern/kern_thread.c#23 (text+ko) ====

@@ -597,8 +597,7 @@
 			 *  XXXKSE This is a KSE thing and should be exported
 			 * there somehow.
 			 */
-			if (td->td_upcall)
-				upcall_remove(td);
+			upcall_remove(td);
 
 			if (kg->kg_numthreads == 0) {
 				/* This kseg is kaput



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