CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2022/04/30 11:58:44
Modified files: sys/uvm : uvm_pdaemon.c Log message: Recheck PG_BUSY after locking the page. Another thread can set the bit if we sleep during rw_enter(9) in which case the page shouldn't be touched. ok semarie@