PERFORCE change 62705 for review

Julian Elischer julian at FreeBSD.org
Tue Oct 5 14:45:22 PDT 2004


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

Change 62705 by julian at julian_ref on 2004/10/05 21:45:15

	 fix mismerge

Affected files ...

.. //depot/projects/nsched/sys/kern/sched_ule.c#39 edit

Differences ...

==== //depot/projects/nsched/sys/kern/sched_ule.c#39 (text+ko) ====

@@ -186,18 +186,6 @@
 	    ("slots out of whack"));*/ 					\
 } while (0)
 
-#define SLOT_USE(kg)							\
-do {									\
-	kg->kg_avail_opennings--; 					\
-	CTR3(KTR_RUNQ, "kg %p(%d) Slot used (->%d)",			\
-	kg,								\
-	kg->kg_concurrency,						\
-	 kg->kg_avail_opennings);					\
-	/*KASSERT((kg->kg_avail_opennings >= 0),			\
-	    ("slots out of whack"));*/ 					\
-} while (0)
-
-
 static struct kse kse0;
 static struct kg_sched kg_sched0;
 


More information about the p4-projects mailing list