Date: Sat, 30 Oct 2004 07:35:53 +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: <200410300735.i9U7ZrL2031884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2004-10-30 07:35:53 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - In sched_prio() check to see if the kse is assigned to a runq as the check for TD_ON_RUNQ() no longer means the thread is really on a run- queue. I suspect this state should be re-evaluated as it must mean something else now. This fixes ULE+KSE+PREEMPTION on UP x86. Revision Changes Path 1.135 +1 -1 src/sys/kern/sched_ule.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410300735.i9U7ZrL2031884>