PERFORCE change 129916 for review

Peter Wemm peter at FreeBSD.org
Sat Dec 1 15:22:50 PST 2007


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

Change 129916 by peter at peter_daintree on 2007/12/01 23:22:10

	Correct comment about mi_switch()'s second argument.  It is used for
	preemption, not kse.

Affected files ...

.. //depot/projects/bike_sched/sys/kern/sched_ule.c#11 edit

Differences ...

==== //depot/projects/bike_sched/sys/kern/sched_ule.c#11 (text+ko) ====

@@ -1743,7 +1743,7 @@
 
 /*
  * Add the thread passed as 'newtd' to the run queue before selecting
- * the next thread to run.  This is only used for KSE.
+ * the next thread to run.  This is only used for preemption.
  */
 static void
 sched_switchin(struct tdq *tdq, struct thread *td)


More information about the p4-projects mailing list