From owner-svn-src-head@FreeBSD.ORG Mon Feb 15 22:35:51 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8588106566C for ; Mon, 15 Feb 2010 22:35:51 +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 898448FC14 for ; Mon, 15 Feb 2010 22:35:51 +0000 (UTC) Received: by iwn5 with SMTP id 5so2211742iwn.9 for ; Mon, 15 Feb 2010 14:35:51 -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=I4DokLmC9kcoeC3cpz3KpsHtBZOHUX5oCUbD0z4Aoyg=; b=vASJRHvVlYXW0rju0xq2YT4lxSC8aax0wjFxlButh96em1HLBcWnSw0WpQc4RQhlbU vjFHyw0Zyob8E2YU/Nu0Nq/9f1UbrQVRZKlrB4Nq0m9gt5SY2J24zKIjOH1kAHfAGWRB v7foPmxEM/LS6AkAhvSb3xqWzlP7hQRCjm/Wg= 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=kd28qSIOf9aLT+KUiF8SFYMjg+s7aY09mKaXAq7esKENPo4fZeq1t2tdoSNSNgG8sf pWwlB6427DkaMyzxnw2VDoJJMtBUc7IqIEl7jScaiM7bxMy1PQ5BP+KuKZr5NXSQ73iu xNsjygKoNecj4o/mt1GPNZ5Ojgh3QX18xiEGo= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.231.168.136 with SMTP id u8mr9260069iby.56.1266273350970; Mon, 15 Feb 2010 14:35:50 -0800 (PST) In-Reply-To: <4B79C902.6080908@elischer.org> References: <201002101630.o1AGU4kn043737@svn.freebsd.org> <20100210203519.GA44831@FreeBSD.org> <3bbf2fe11002151411u552a4749j847b3e10645293e7@mail.gmail.com> <4B79C902.6080908@elischer.org> Date: Mon, 15 Feb 2010 23:35:50 +0100 X-Google-Sender-Auth: f98ab2db96251b61 Message-ID: <3bbf2fe11002151435i3cc65756yecebaf76b6dc76cc@mail.gmail.com> From: Attilio Rao To: Julian Elischer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@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-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 22:35:52 -0000 2010/2/15 Julian Elischer : > Attilio Rao wrote: >> >> 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=A0Add the options DEADLKRES (introducing the deadlock resolver thr= ead) in >>>> =C2=A0the 'debugging' section of any HEAD kernel and enable for the >>>> mainstream >>>> =C2=A0ones, excluding the embedded architectures. >>>> =C2=A0It may, of course, enabled on a case-by-case basis. >>>> >>>> =C2=A0Sponsored by: =C2=A0 =C2=A0 =C2=A0 Sandvine Incorporated >>>> =C2=A0Requested by: =C2=A0 =C2=A0 =C2=A0 emaste >>>> =C2=A0Discussed 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 >>>> resolver >>>> =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 o= f >>> space. =C2=A0If you decide to fix it, you can take care of the similar = error >>> 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? > > you may have done or =C2=A0similar.. At least for GENERIC on amd64 it doesn't seem so. Thanks, Attilio --=20 Peace can only be achieved by understanding - A. Einstein