Date: Wed, 23 Jan 2008 03:10:18 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200801230310.m0N3AI20099835@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2008-01-23 03:10:18 UTC
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- sched_prio() should only adjust tdq_lowpri if the thread is running or on
a run-queue. If the priority is numerically raised only change lowpri
if we're certain it will be correct. Some slop is allowed however
previously we could erroneously raise lowpri for an idle cpu that a
thread had recently run on which lead to errors in load balancing
decisions.
Revision Changes Path
1.223 +9 -7 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801230310.m0N3AI20099835>
