Date: Mon, 27 Oct 2003 19:28:48 -0800 (PST) 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: <200310280328.h9S3SmPn048417@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/10/27 19:28:48 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Only change the run queue in sched_prio() if the kse is non null. threads can be in the TD_ON_RUNQ state and not have an associated kse. - Remove the PRI_IDLE special case from sched_clock(), it was not actually necessary. Revision Changes Path 1.68 +2 -10 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310280328.h9S3SmPn048417>