From owner-svn-src-all@FreeBSD.ORG Mon Feb 15 22:11:40 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 705531065679; Mon, 15 Feb 2010 22:11:40 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-iw0-f175.google.com (mail-iw0-f175.google.com [209.85.223.175]) by mx1.freebsd.org (Postfix) with ESMTP id 07C9E8FC12; Mon, 15 Feb 2010 22:11:39 +0000 (UTC) Received: by iwn5 with SMTP id 5so2194403iwn.9 for ; Mon, 15 Feb 2010 14:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=0uRgVz4PeJr6t30j3xNvd0T8SCD46aKJIKCyQH902F8=; b=Ae1kisffBkiLL3VC+OpLpWK0qNCZutyaf13ISRmLgMwmoNd4bEuhA2M8KAznqjTz+A LWagQPSl5X7yZ2pxfWyQrxHSZ3IJwGWvHEuEUe45vRNkt5SYrxyoHmWHlAZRz/No1LKz dh2w8z6nSMOwgR01wQXopjvgO+wRWxGhdUD7k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=nC91AXYspfxmCVruwoL+xoZnSf0OEvuKg8TJrfWC+SAXxZLYbb2su4wzZo8nX8BOl4 +is9Q7APmplRBMAdtlODdRwUziWe9TWZquoJp1PFAyVK0aP3jTUg1Kt2DqRV9qkcyWpw ziiMtdpwfi4XPsc8Z6aNOAD4BFjF27wkH/Zi4= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.231.167.65 with SMTP id p1mr821296iby.20.1266271899366; Mon, 15 Feb 2010 14:11:39 -0800 (PST) In-Reply-To: <20100210203519.GA44831@FreeBSD.org> References: <201002101630.o1AGU4kn043737@svn.freebsd.org> <20100210203519.GA44831@FreeBSD.org> Date: Mon, 15 Feb 2010 23:11:39 +0100 X-Google-Sender-Auth: edefc3aac781870a Message-ID: <3bbf2fe11002151411u552a4749j847b3e10645293e7@mail.gmail.com> From: Attilio Rao To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 22:11:40 -0000 2010/2/10 Alexey Dokuchaev : > On Wed, Feb 10, 2010 at 04:30:04PM +0000, Attilio Rao wrote: >> Author: attilio >> Date: Wed Feb 10 16:30:04 2010 >> New Revision: 203758 >> URL: http://svn.freebsd.org/changeset/base/203758 >> >> Log: >> =C2=A0 Add the options DEADLKRES (introducing the deadlock resolver thre= ad) in >> =C2=A0 the 'debugging' section of any HEAD kernel and enable for the mai= nstream >> =C2=A0 ones, excluding the embedded architectures. >> =C2=A0 It may, of course, enabled on a case-by-case basis. >> >> =C2=A0 Sponsored by: =C2=A0 =C2=A0 =C2=A0 Sandvine Incorporated >> =C2=A0 Requested by: =C2=A0 =C2=A0 =C2=A0 emaste >> =C2=A0 Discussed with: =C2=A0 =C2=A0 kib >> >> @@ -72,6 +72,7 @@ options =C2=A0 =C2=A0 INCLUDE_CONFIG_FILE =C2=A0 =C2= =A0 # Inclu >> =C2=A0options =C2=A0 =C2=A0 =C2=A0KDB =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Enable kernel debugger support. >> =C2=A0options =C2=A0 =C2=A0 =C2=A0DDB =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Support DDB. >> =C2=A0options =C2=A0 =C2=A0 =C2=A0GDB =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Support remote GDB. >> +options =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0DEADLKRES =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Enable the deadlock resolve= r >> =C2=A0options =C2=A0 =C2=A0 =C2=A0INVARIANTS =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0# Enable calls of extra sanity checking > > Garbled indentation suggests you've put after "options" instead of > space. =C2=A0If you decide to fix it, you can take care of the similar er= ror > with FLOWTABLE option at least in amd64/conf/GENERIC. I'm sorry but it seems that all the other (at least for debugging) are as 'optionsMACRO' which is what I did here, or I made something wrong? Attilio --=20 Peace can only be achieved by understanding - A. Einstein