CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/13 03:16:28
Modified files:
sys/uvm : uvm_page.c
Log 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@
