CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/13 16:17:54
Modified files:
sys/uvm : uvm.h uvm_page.c uvm_page.h uvm_pdaemon.c
uvm_vnode.c
Log message:
Convert the page queue lock to a mutex instead of a simplelock.
Fix up the one case of lock recursion (which blatantly ignored the
comment right above it saying that we don't need to lock). The rest of
the lock usage has been checked and appears to be correct.
ok ari...@.
