CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/07/23 15:39:10
Modified files: sys/uvm : uvm_page.c uvm_pglist.c Log message: Insert free pages at the head of the page queues. Should provide better cache locality and will pave the way for the new pmemrange allocator. Based on hints from art@ and ari...@. ok ariane@, deraadt@, oga@