Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2007 23:22:50 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 129916 for review
Message-ID:  <200712012322.lB1NMo6L093748@repoman.freebsd.org>

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

Change 129916 by peter@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)



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