CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/28 03:59:28
Modified files:
sys/uvm : uvm_page.c
Log message:
Call uvm_pageactivate() from uvm_pageunwire() instead of rerolling it.
Having fewer places manipulating the global list of active/inactive pages
will help future LRU improvements.
ok kettenis@, kn@
