Date: Fri, 5 Jan 2007 23:45:38 +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: <200701052345.l05NjcIh067018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2007-01-05 23:45:38 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Fix a comparison in sched_choose() that caused cpus to be constantly marked idle, thus breaking cpu load balancing. - Change sched_interact_update() to fix cases where the stored history has expanded significantly rather than handling them in the callers. This fixes a case where sched_priority() could compute a bad value. - Add a sysctl to disable the global load balancer for experimentation. Revision Changes Path 1.175 +38 -22 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701052345.l05NjcIh067018>