Subject: Re: CVS commit: src/sys/sys
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Darrin B.Jewell <dbj@netbsd.org>
List: tech-net
Date: 05/24/2005 17:38:33
YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> writes:

> > Module Name:	src
> > Committed By:	dbj
> > Date:		Mon May 23 17:34:07 UTC 2005
> > 
> > Modified Files:
> > 	src/sys/sys: mbuf.h
> > 
> > Log Message:
> > reorganize MGET and MGETHDR slightly so MBUFLOCK only needs to be taken once
> 
> i'd say it's better to nuke MBUFLOCK and just use splvm,
> at least for pools, which have their own spinlocks.

This sounds fine to me, MBUFLOCK is just an splvm/splx wrapper macro
anyway.

> 
> YAMAMOTO Takashi