CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/03/03 15:37:58
Modified files: sys/uvm : uvm_page.c Log message: Use local vm_physseg pointers instead of compting vm_physmem[index] gazillions of times. No function change but makes the code a bit smaller. ok mpi@