OpenBSD cvs log

created 2024-12-01T19:14:19Z
begin 2024-11-29T00:00:00Z
end 2024-11-30T00:00:00Z
path src/sys
commits 2

date 2024-11-29T06:40:57Z
author mpi
files src/sys/uvm/uvm_fault.c log diff annotate
message When paging ahead, delay calling pmap_extract() after checking for a valid page.

While here call pmap_update() only if, at least, a page has been entered.

ok tb@, kettenis@

date 2024-11-29T06:44:57Z
author mpi
files src/sys/uvm/uvm_fault.c log diff annotate
message Also call pmap_extract() before entering a page ahead for lower layer faults.

As for the upper layer, call pmap_update() only if, at least, a page has been
entered.

ok tb@, kettenis@