CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/24 06:49:09
Modified files:
sys/uvm : uvm.h uvm_anon.c uvm_object.c uvm_page.c
uvm_pdaemon.c
Log message:
Grab the `pageqlock' before calling uvm_pageclean() as intended.
Document which global data structures require this lock and add some
asserts where the lock should be held.
Some code paths are still incorrect and should be revisited.
ok jmatthew@
