Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2004 12:36:50 GMT
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 61352 for review
Message-ID:  <200409111236.i8BCaoh4094440@repoman.freebsd.org>

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

Change 61352 by julian@julian_ref on 2004/09/11 12:36:15

	oops, deleted aline by accident

Affected files ...

.. //depot/projects/nsched/sys/kern/kern_switch.c#16 edit

Differences ...

==== //depot/projects/nsched/sys/kern/kern_switch.c#16 (text+ko) ====

@@ -348,8 +348,9 @@
 		kg->kg_avail_opennings++;
 	}
 	TAILQ_REMOVE(&kg->kg_runq, td, td_runq);
+	kg->kg_runnable--;
+	TD_SET_CAN_RUN(td);
 	CHECKRUNQ(kg, td)
-	kg->kg_runnable--;
 	td->td_priority = newpri;
 	setrunqueue(td, SRQ_BORING);
 	CHECKRUNQ(kg, NULL)



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