From owner-cvs-src@FreeBSD.ORG Wed Nov 28 10:04:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33EF716A417; Wed, 28 Nov 2007 10:04:26 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 2525113C442; Wed, 28 Nov 2007 10:04:24 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <474D3D33.5050100@FreeBSD.org> Date: Wed, 28 Nov 2007 11:04:35 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Attilio Rao References: <200711280550.lAS5ojT0050315@repoman.freebsd.org> In-Reply-To: <200711280550.lAS5ojT0050315@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/conf NOTES options src/sys/i386/conf GENERIC XBOX src/sys/kern kern_mutex.c src/sys/sparc64/conf GENERIC src/sys/sun4v/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 28 Nov 2007 10:04:26 -0000 Attilio Rao wrote: > attilio 2007-11-28 05:50:45 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf GENERIC > sys/conf NOTES options > sys/i386/conf GENERIC XBOX > sys/kern kern_mutex.c > sys/sparc64/conf GENERIC > sys/sun4v/conf GENERIC > Log: > Make ADAPTIVE_GIANT as the default in the kernel and remove the option. > Currently, Giant is not too much contented so that it is ok to treact it > like any other mutexes. > > Please don't forget to update your own custom config kernel files. > > Approved by: cognet, marcel (maintainers of arches where option is > not enabled at the moment) Also even when it is contended, the ADAPTIVE_GIANT behaviour has always been a big win in my testing. Kris