OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Owain Ainsworth (ogacvs.openbsd.org)
Date: Mon Jun 01 2009 - 14:54:02 CDT


CVSROOT: /cvs
Module name: src
Changes by: ogacvs.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