CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/13 05:41:11
Modified files:
sys/kern : subr_pool.c
Log message:
when enabling cpu caches, check the item size against the right thing
lists of free items on the per cpu caches are built out the pool items
as struct pool_cache_items, not struct pool_cache. make the KASSERT
in pool_cache_init check that properly.
