CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/25 23:43:14
Modified files:
sys/kern : subr_pool.c
Log message:
fix the calculation of the number of items to prime the pool with
in pool_setlowat.
this was stopping arm things from getting spare items into their
pmap entry pools, so things that really needed them in a delicate
part of boot were failing.
reported by rapha@
co-debugging with miod@
