Date: Tue, 14 Sep 2004 22:48:48 GMT From: Julian Elischer <julian@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 61512 for review Message-ID: <200409142248.i8EMmmMe033604@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=61512 Change 61512 by julian@julian_ref on 2004/09/14 22:48:19 fix small mismerge Affected files ... .. //depot/projects/nsched/sys/kern/kern_switch.c#28 edit Differences ... ==== //depot/projects/nsched/sys/kern/kern_switch.c#28 (text+ko) ==== @@ -564,7 +564,7 @@ KASSERT ((ctd->td_kse != NULL && ctd->td_kse->ke_thread == ctd), ("thread has no (or wrong) sched-private part.")); KASSERT((td->td_inhibitors == 0), - ("setrunqueue: trying to run inhibitted thread")); + ("maybe_preempt: trying to run inhibitted thread")); pri = td->td_priority; cpri = ctd->td_priority; if (pri >= cpri || cold /* || dumping */ || TD_IS_INHIBITED(ctd) ||
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409142248.i8EMmmMe033604>