Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



Simon Burge <simonb%netbsd.org@localhost> writes:
> Module Name:  src
> Committed By: simonb
> Date:         Sat Apr 15 14:23:11 UTC 2006
>
> Modified Files:
>       src/sys/kern: subr_pool.c
>
> Log Message:
> Add a DEBUG check that panics if pool_init() is called more than
> once on the same pool.
>
> As discussed on tech-kern a few months ago.

Are pools initialized so often that this shouldn't always happen? I
didn't think pool_init was that performance critical...

Perry



Home | Main Index | Thread Index | Old Index