From owner-cvs-all@FreeBSD.ORG Sat Apr 12 15:33:25 2003 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 0956437B401; Sat, 12 Apr 2003 15:33:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A21E43FAF; Sat, 12 Apr 2003 15:33:24 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3CMXO0U063536; Sat, 12 Apr 2003 15:33:24 -0700 (PDT) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3CMXOHU063535; Sat, 12 Apr 2003 15:33:24 -0700 (PDT) Message-Id: <200304122233.h3CMXOHU063535@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 12 Apr 2003 15:33:24 -0700 (PDT) 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, 12 Apr 2003 22:33:25 -0000 jeff 2003/04/12 15:33:24 PDT FreeBSD src repository Modified files: sys/kern sched_ule.c Log: - Unbreak priority prop. for timeshare threads. Always place something on the current queue if its priority is really elevated. This needs more work as there are cases where a next queue kse could be holding up what would be a curr queue kse, and thus hurting interactivity. Also, when a thread with an elevated priority has its priority lowered it should be placed back on the next queue. Revision Changes Path 1.28 +1 -3 src/sys/kern/sched_ule.c