CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/08 09:58:38
Modified files:
sys/uvm : uvm.h uvm_page.c uvm_page.h uvm_pdaemon.c
Log message:
Lock the page queues by turning uvm_lock_pageq() and uvm_unlock_pageq() into
mtx_enter() and mtx_leave() operations. Not 100% this won't blow up but
there is only one way to find out, and we need this to make progress on
further unlocking uvm.
prodded by deraadt@
