CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/06/01 13:54:02
Modified files: sys/uvm : uvm_aobj.c uvm_fault.c uvm_loan.c uvm_mmap.c uvm_page.c uvm_pager.h uvm_pdaemon.c uvm_vnode.c Log message: Since we've now cleared up a lot of the PG_RELEASED setting, remove the pgo_releasepg() hook and just free the page the "normal" way in the one place we'll ever see PG_RELEASED and should care (uvm_page_unbusy, called in aiodoned). ok art@, beck@, thib@