CFD: XMLification of NOTES

John Baldwin john at baldwin.cx
Wed Mar 31 12:56:06 PST 2004


On Tuesday 30 March 2004 06:54 pm, Dag-Erling Smørgrav wrote:
> Alexey Zelkin <phantom at FreeBSD.org> writes:
> > On Tue, Mar 30, 2004 at 05:05:24PM +0200, Dag-Erling Sm?rgrav wrote:
> > > NOTES is not intended as a list of supported device and options.  We
> > > have src/sys/conf/files* and src/sys/conf/options* for that.
> >
> > Strange.  IMO LINT was existed for exactly this reason
>
> Your opinion does not matter.  The purpose of LINT is to cover as much
> code as possible.  Why do you think it's called LINT?
>
> (hint: man lint)
>
> > I am not asking for patches, but if you would provide me general
> > description how to realize that CPU_I386 conflicts with SMP and
> > ADAPTIVE_MUTEXES depends on SMP (using your way) I would be happy and
> > re-think my approach.
>
> CPU_I386 should not conflict with SMP, but a kernel build with both
> will be very slow.

No, it does conflict.  There's no cmpxchg on i386 and no one has had the 
desire or time to emulate one for 386 machines.  Doing so would be a waste in 
my opinion as well.

-- 
John Baldwin <john at baldwin.cx>  <><  http://www.baldwin.cx/~john/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the freebsd-arch mailing list