From owner-cvs-src@FreeBSD.ORG Sat Nov 1 19:49:33 2003 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 2BFC116A4CE; Sat, 1 Nov 2003 19:49:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E12643F93; Sat, 1 Nov 2003 19:49:32 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA23nWXJ021682; Sat, 1 Nov 2003 19:49:32 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA23nWn1021681; Sat, 1 Nov 2003 19:49:32 -0800 (PST) (envelope-from jeff) Message-Id: <200311020349.hA23nWn1021681@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 1 Nov 2003 19:49:32 -0800 (PST) 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: Sun, 02 Nov 2003 03:49:33 -0000 jeff 2003/11/01 19:49:32 PST FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESV - SCHED_PRI_NRESV does not have the off by one error in PRIO_TOTAL so we do not have to account for it in the few places that we use it. Requested by: bde Revision Changes Path 1.72 +5 -5 src/sys/kern/sched_ule.c