CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/04/17 07:17:31
Modified files: sys/uvm : uvm_amap.c Log message: Remove a micro optimization to free pages in batch in amap_wipeout(). The contention on uvm_lock_fpageq() is now reduced by using per-CPU caches, so we want to put pages on the cache and not give them back directly to the allocator. ok kettenis@