CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2021/10/05 09:37:21
Modified files: sys/uvm : uvm_map.c Log message: Unref/free amaps before grabbing the KERNEL_LOCK(). This is possible now that amaps & anons are protected by a per-map rwlock. Tested by many as part of a bigger diff. ok kettenis@