cvs commit: src/sys/kern sched_ule.c
Jeff Roberson
jeff at FreeBSD.org
Tue Jan 22 19:10:19 PST 2008
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
More information about the cvs-src
mailing list