At 12 Oct 2000 04:08:04 GMT,
Jason Evans <[EMAIL PROTECTED]> wrote:
> Do you have the SMP_DEBUG kernel option enabled?
Yes, I had SMP_DEBUG in my kernel configuration.
> My changes added lots of mutexes to the kernel, and mtx_validate() iterates
> through all mutexes for mtx_init() and mtx_destroy() calls if SMP_DEBUG is
> enabled. I'm working on a change that will use a pool of mutexes that are
> allocated at boot time, which will make this slow down go away, but it may
> be a while before it gets checked in.
Thank you for your information. I've disabled SMP_DEBUG and it works
with usual speed! I'll keep disabled until your modification will
come.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message