John Baldwin writes:
 > 
 > On 07-Jan-2003 Andrew Gallatin wrote:
 > > 
 > > Are kernel modules pessimized in any way with respect to using
 > > mutexes as compared to statically compiled kernel code?
 > > 
 > > I seem to remember some discussion a year or more ago indicating that
 > > they would be, but I'm not seeing it in the code.
 > 
 > In the non debug case the quick cases are not inlined in modules but
 > are always function calls.  Other than that there isn't much difference.

Thanks John..

Drew

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to