From owner-cvs-all@FreeBSD.ORG Sat Oct 30 07:35:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FD0C16A4CE; Sat, 30 Oct 2004 07:35:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F41E43D1F; Sat, 30 Oct 2004 07:35:54 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9U7Zr1m031885; Sat, 30 Oct 2004 07:35:53 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9U7ZrL2031884; Sat, 30 Oct 2004 07:35:53 GMT (envelope-from jeff) Message-Id: <200410300735.i9U7ZrL2031884@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 30 Oct 2004 07:35:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern sched_ule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 07:35:54 -0000 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