Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2004 14:42:48 -0800
From:      Eivind Eklund <eivind@FreeBSD.org>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        src-committers@FreeBSD.org
Subject:   Re: cvs commit: src/share/man/man9 mutex.9 sx.9
Message-ID:  <20040104224248.GA25819@FreeBSD.org>
In-Reply-To: <20040104171102.T22231@gamplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 04, 2004 at 05:12:21PM +1100, Bruce Evans wrote:
> On Sat, 3 Jan 2004, Scott Long wrote:
> 
> > M. Warner Losh wrote:
> > > In message: <20040103111653.D317F16A4CF@hub.freebsd.org>
> > >             jkoshy@FreeBSD.org (Joseph Koshy) writes:
> > > : How does one communicate information about a kernel configuration
> > > : to the KLD build?  I'm getting by now by manually `#define'ing the
> > > : relevant CPP symbols, but am looking for a better solution.
> 
> For INVARIANTS, always use INVARIANT_SUPPORT in kernels (this shouldn't
> be optional),

This was implemented as an option because serious use of invariants tends 
to increase the size of data structures etc, and to provide extra hooks 
that waste codespace (not that significant any more).

Eivind.



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