OpenBSD cvs log

created 2024-02-20T01:38:32Z
begin 2024-02-13T09:29:39Z
end 2024-02-13T10:16:28Z
path src/sys
commits 1

date 2024-02-13T10:16:28Z
author miod
files src/sys/uvm/uvm_page.c log diff annotate
message Remove sanity checks from uvm_pagefree(). The first thing this function does
is invoke uvm_pageclean(), which performs the exact same sanity check, so
one set of checks is enough.

ok mpi@