CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2021/06/15 10:35: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. ok kettenis@, jmatthew@