Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2010 00:45:24 +0200
From:      Andriy Gapon <avg@freebsd.org>
To:        Attilio Rao <attilio@freebsd.org>
Cc:        svn-src-head@freebsd.org, Alexey Dokuchaev <danfe@freebsd.org>, src-committers@freebsd.org, svn-src-all@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
Message-ID:  <4B79CE84.3060901@freebsd.org>
In-Reply-To: <3bbf2fe11002151411u552a4749j847b3e10645293e7@mail.gmail.com>
References:  <201002101630.o1AGU4kn043737@svn.freebsd.org>	 <20100210203519.GA44831@FreeBSD.org> <3bbf2fe11002151411u552a4749j847b3e10645293e7@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
on 16/02/2010 00:11 Attilio Rao said the following:
> 2010/2/10 Alexey Dokuchaev <danfe@freebsd.org>:
>> 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:
>>>   Add the options DEADLKRES (introducing the deadlock resolver thread) in
>>>   the 'debugging' section of any HEAD kernel and enable for the mainstream
>>>   ones, excluding the embedded architectures.
>>>   It may, of course, enabled on a case-by-case basis.
>>>
>>>   Sponsored by:       Sandvine Incorporated
>>>   Requested by:       emaste
>>>   Discussed with:     kib
>>>
>>> @@ -72,6 +72,7 @@ options     INCLUDE_CONFIG_FILE     # Inclu
>>>  options      KDB                     # Enable kernel debugger support.
>>>  options      DDB                     # Support DDB.
>>>  options      GDB                     # Support remote GDB.
>>> +options              DEADLKRES               # Enable the deadlock resolver
>>>  options      INVARIANTS              # Enable calls of extra sanity checking
>> Garbled indentation suggests you've put <tab> after "options" instead of
>> space.  If 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 'options<tab>MACRO' which is what I did here, or I made something
> wrong?

At least in the i386/amd64 kernel config files typically we have:
options<space><tab>OPTION
And it is the case for the quoted above amd64 context.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B79CE84.3060901>