CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/06 11:03:51
Modified files: sys/uvm : uvm_page.c uvm_page.h Log message: In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find and PHYS_TO_VM_PAGE inline again. This should stop function call overhead killing the vax and other slow archs while keeping the benefit for the faster platforms. suggested by miod. ok miod@, t...@.