From owner-cvs-src@FreeBSD.ORG Fri Feb 4 17:22:47 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0827F16A4CE; Fri, 4 Feb 2005 17:22:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08E243D48; Fri, 4 Feb 2005 17:22:46 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j14HMk17048903; Fri, 4 Feb 2005 17:22:46 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j14HMkD5048902; Fri, 4 Feb 2005 17:22:46 GMT (envelope-from jeff) Message-Id: <200502041722.j14HMkD5048902@repoman.freebsd.org> From: Jeff Roberson Date: Fri, 4 Feb 2005 17:22:46 +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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 17:22:47 -0000 jeff 2005-02-04 17:22:46 UTC FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Add ke_runq == NULL to the conditions which will cause us to abort adjusting timeshare loads in sched_class(). This is only important if the thread has never run, otherwise the state checks should work as expected. Revision Changes Path 1.146 +2 -2 src/sys/kern/sched_ule.c