CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2022/07/11 05:29:11
Modified files: sys/uvm : uvm_swap.c Log message: Remove asynchronous read support in uvm_swap_get(). Reading pages from swap is always done synchronously. The fault handler needs to sleep and PGO_SYNCIO is already asserted a couple of lines above. ok beck@, kettenis@ as part of a larger diff.