Remove sanity checks from uvm_pagefree(). The first thing this function does
authormiod <miod@openbsd.org>
Tue, 13 Feb 2024 10:16:28 +0000 (10:16 +0000)
committermiod <miod@openbsd.org>
Tue, 13 Feb 2024 10:16:28 +0000 (10:16 +0000)
commit41227241473765b6e3e22fcc7c0aa0f202c662d4
tree2a66141ac2a5f40457e4605a4cf7987450f91c43
parent2b1c83bc2deef5258c9316aad78c3c36f0c76d0b
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@
sys/uvm/uvm_page.c