CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/02 16:07:55
Modified files:
sys/uvm : uvm_page.c
Log message:
Simplify uvm_pagealloc() to only need one atomic operation on the page flags
instead of two, building upon the knowledge of the state uvm_pagealloc_pg()
leaves the uvm_page in.
ok mpi@
