PERFORCE change 55867 for review

Julian Elischer julian at FreeBSD.org
Sat Jun 26 23:10:13 GMT 2004


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

Change 55867 by julian at julian_jules1 on 2004/06/26 23:08:40

	for now don't use RQ_PPQ

Affected files ...

.. //depot/projects/nsched/sys/kern/kern_intr.c#4 edit

Differences ...

==== //depot/projects/nsched/sys/kern/kern_intr.c#4 (text+ko) ====

@@ -454,7 +454,8 @@
 			*ithdp = ithd;
 	}
 	return (ithread_add_handler(ithd, name, handler, arg,
-		    (pri * RQ_PPQ) + PI_SOFT, flags, cookiep));
+		    (pri /** RQ_PPQ*/) + PI_SOFT, flags, cookiep));
+		    /* XXKSE.. think of a better way to get separate queues */
 }
 
 


More information about the p4-projects mailing list