Date: Sun, 12 Oct 2003 14:07:31 -0700 (PDT) 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: <200310122107.h9CL7V9t055123@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/12 14:07:31 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - In SCHED_CURR() add holding Giant to the list of criteria that will keep you on the current queue. In the future, it would be nice if priority propagation could deterministicly pluck a thread off of the next queue and put it on the current queue. Until then this hack stops us from holding up our entire current queue, including interrupt handlers, while a thread on the next queue is blocked while holding Giant. - Inherit our pctcpu information from our parent. Revision Changes Path 1.58 +7 -8 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310122107.h9CL7V9t055123>