CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/22 13:02:55
Modified files:
sys/arch/i386/i386: pmapae.c
sys/arch/sparc/include: vmparam.h
sys/arch/sparc64/include: vmparam.h
sys/conf : files
sys/uvm : uvm.h uvm_extern.h uvm_map.c uvm_page.c
uvm_page.h uvm_pglist.c
Added files:
sys/uvm : uvm_pmemrange.c uvm_pmemrange.h
Log message:
Committing on behalf or ari...@.
recommit pmemrange:
physmem allocator: change the view of free memory from single
free pages to free ranges. Classify memory based on region with
associated use-counter (which is used to construct a priority
list of where to allocate memory).
Based on code from tedu@, help from many.
Useable now that bugs have been found and fixed in most architecture's
pmap.c
ok by everyone who has done a pmap or uvm commit in the last year.