CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/12/15 13:38:22
Modified files: sys/uvm : uvm_glue.c Log message: don't drop the kernel lock everytime. on a busy system, this results in the reaper spending more than half its time in uvm_pause. we want the system to be interactive, but we want throughput too. this seems like a decent balance.