cvs commit: src/sys/kern sched_ule.c
Jeff Roberson
jeff at FreeBSD.org
Sat Dec 20 14:35:21 PST 2003
jeff 2003/12/20 14:35:20 PST
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- Make our transfer decisions based on load and not transferable load. A
cpu could have been bogged down with non-transferable load and still not
migrated a new thread to an idle cpu. This required some benchmarking and
tuning to get right as the comment above it suggests.
Revision Changes Path
1.94 +1 -7 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list