PERFORCE change 55205 for review

Julian Elischer julian at FreeBSD.org
Fri Jun 18 01:33:48 GMT 2004


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

Change 55205 by julian at 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


More information about the p4-projects mailing list