CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/03 15:36:59
Modified files:
sys/kern : kern_malloc.c subr_pool.c
Log message:
if it's ok to wait, it must also be ok to give the kernel lock. do so.
(then immediately reacquire it). this has the effect of giving interrupts
on other CPUs to a chance to run and reduces latency in many cases.
ok deraadt
