Date: Mon, 8 Oct 2007 23:45:24 +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 p1003_1b.c sched_4bsd.c sched_ule.c Message-ID: <200710082345.l98NjOwo090461@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2007-10-08 23:45:24 UTC FreeBSD src repository Modified files: sys/kern p1003_1b.c sched_4bsd.c sched_ule.c Log: - Restore historical sched_yield() behavior by changing sched_relinquish() to simply switch rather than lowering priority and switching. This allows threads of equal priority to run but not lesser priority. Discussed with: davidxu Reported by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: re Revision Changes Path 1.36 +2 -1 src/sys/kern/p1003_1b.c 1.106 +0 -2 src/sys/kern/sched_4bsd.c 1.213 +0 -2 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710082345.l98NjOwo090461>