Date: Sat, 14 Mar 2009 11:41:36 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern sched_ule.c Message-ID: <200903141141.n2EBfkQx090690@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2009-03-14 11:41:36 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: SVN rev 189787 on 2009-03-14 11:41:36Z by jeff - Fix an error that occurs when mp_ncpu is an odd number. steal_thresh is calculated as 0 which causes errors elsewhere. Submitted by: KOIE Hidetaka <koie@suri.co.jp> - When sched_affinity() is called with a thread that is not curthread we need to handle the ON_RUNQ() case by adding the thread to the correct run queue. Submitted by: Justin Teller <justin.teller@gmail.com> MFC after: 1 Week Revision Changes Path 1.253 +9 -4 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903141141.n2EBfkQx090690>