CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/04/28 10:06:07
Modified files: sys/uvm : uvm.h uvm_page.c uvm_page.h Log message: Revert pageqlock back from a mutex to a simple_lock, as it needs to be recursive in some cases (mostly involving swapping). A proper fix is in the works, but this will unbreak kernels for now.