Subject: newlock (was Re: SMP re-entrancy in kernel drivers/"bottom
To: None <thorpej@wasabisystems.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/20/2003 15:48:33
hi,

> The branch I was working on basically implemented a couple of things, 
> in the Solaris style:

> 	   Both of these mutexes are contained in a single kmutex_t and 
> mutex_*()
> 	   API.

any real benefit to put them into a union?  isn't it waste of space?

YAMAMOTO Takashi