From owner-cvs-all@FreeBSD.ORG Thu Dec 7 14:43:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1B2F116A407; Thu, 7 Dec 2006 14:43:57 +0000 (UTC) Date: Thu, 7 Dec 2006 14:43:57 +0000 From: Alexey Dokuchaev To: Poul-Henning Kamp Message-ID: <20061207144356.GB14587@FreeBSD.org> References: <200611300827.kAU8RcLl081301@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200611300827.kAU8RcLl081301@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_synch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 07 Dec 2006 14:43:57 -0000 On Thu, Nov 30, 2006 at 08:27:38AM +0000, Poul-Henning Kamp wrote: > phk 2006-11-30 08:27:38 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_synch.c > Log: > Only grab the sched_lock if we actually need to modify the thread priority. > > During a buildworld only 2/3 of the calls to msleep actually changed > the priority. Did you, by chance, have any benchmarks on this? ./danfe