CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/18 09:56:36
Modified files:
sys/uvm : uvm_page.c uvm_pmemrange.c
Log message:
More assertions to track down the wired vs managed inconsistency.
. a page should not be wired when being inserted to a LRU.
. a page should not be on a LRU when incrementing its wired counter
. a page should no longer be wired when returned to the per-CPU cache
