CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/12/24 01:39:30

Modified files:
        sys/uvm        : uvm_anon.c uvm_aobj.c 

Log message:
Do not call pmap_clear_reference() twice when deactivating a page.

References are checked by the page daemon to track if a page on the inactive
list has been accessed and must be moved back to the active list.  That is
why uvm_pagedeactivate() always clear them when putting a page on the inactive
list.

ok kettenis@

Reply via email to