From owner-cvs-all@FreeBSD.ORG Wed Nov 28 12:46:27 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C3216A468 for ; Wed, 28 Nov 2007 12:46:27 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 20F7913C478 for ; Wed, 28 Nov 2007 12:46:26 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1330296nfb for ; Wed, 28 Nov 2007 04:46:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=FPyrLYODsEgp2Kp4mLCWZlGIvcsMVLTW0VLCabGeeBY=; b=jBfpDI4FlD8gRWt62ETX7GFJZq4+OeQigIqFBdxb1xDZbiFM+ZGxBLhkZ9t9tqoIZMyn769YqGyIuMOE6V4FuC2n1N5d9F4wGiwFZrlvQm+yM5qts528OMb0QH7cmnwZMm65vx+4eXd57tBxt9mfGvGSGHobxfksmIYK1rWW8Ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=SX7EmA6Sbvs/1Hop/cCxylbAWar0B2xtyw9xUO48oztHrmtYN/gmiWuaHQMMhCExCxfgjnwSUgWL+ysZ8Z6Hs/xdB0F2tqBaXPIpmG+TA9cfyfBDpvgk4UQFdzGO/P0prXHC2P0YkSNigCUzU/xgCcd4WnqwD61jSvTlXGqSKuo= Received: by 10.86.50.8 with SMTP id x8mr4960220fgx.1196253985969; Wed, 28 Nov 2007 04:46:25 -0800 (PST) Received: by 10.86.28.19 with HTTP; Wed, 28 Nov 2007 04:46:25 -0800 (PST) Message-ID: <3bbf2fe10711280446y54ffe6a3ha31074483e672e29@mail.gmail.com> Date: Wed, 28 Nov 2007 13:46:25 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: "Matteo Riondato" , "Attilio Rao" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20071128074944.GA9221@kaiser.sig11.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711280550.lAS5ojT0050315@repoman.freebsd.org> <20071128074944.GA9221@kaiser.sig11.org> X-Google-Sender-Auth: 211872b60be1d795 Cc: 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-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: Wed, 28 Nov 2007 12:46:27 -0000 2007/11/28, Matteo Riondato : > On Wed, Nov 28, 2007 at 05:50:45AM +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. > > I think this is worth an entry in UPDATING. Check attached patch. Please, go for it. Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein