Module Name: src Committed By: rmind Date: Sat Aug 6 17:25:04 UTC 2011
Modified Files: src/sys/uvm: uvm_amap.c uvm_anon.c uvm_anon.h uvm_fault.c uvm_loan.c uvm_map.c Log Message: - Rework uvm_anfree() into uvm_anon_freelst(), which always drops the lock. - Free anons in uvm_anon_freelst() without lock held. - Mechanic sync to unused loaning code. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/uvm/uvm_amap.c cvs rdiff -u -r1.58 -r1.59 src/sys/uvm/uvm_anon.c cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/uvm_anon.h cvs rdiff -u -r1.189 -r1.190 src/sys/uvm/uvm_fault.c cvs rdiff -u -r1.80 -r1.81 src/sys/uvm/uvm_loan.c cvs rdiff -u -r1.302 -r1.303 src/sys/uvm/uvm_map.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.