CVSROOT:        /cvs
Module name:    src
Changes by:     o...@cvs.openbsd.org    2011/04/15 16:00:46

Modified files:
        sys/uvm        : uvm_pager.c 

Log message:
for uvm_pager_dropcluster in the PG_RELEASED case we specifically unbusy the
page so that um_anfree will free it for us.

uvm_anfree does a pmap_page_protect(, VM_PROT_NONE) just before it frees the
page, so we don't need to do it here ourselves.

ok ariane@

Reply via email to