OpenBSD cvs log

created 2022-05-04T06:43:30Z
begin 2022-04-28T09:58:11Z
end 2022-04-28T09:59:28Z
path src/sys
commits 1

date 2022-04-28T09:59:28Z
author mpi
files src/sys/uvm/uvm_page.c log diff annotate
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@