Module Name: src Committed By: uebayasi Date: Tue Apr 27 08:32:47 UTC 2010
Modified Files: src/sys/uvm [uebayasi-xip]: uvm_page.c uvm_page.h Log Message: Maintain not only arrays of struct vm_physseg, but also arrays of pointers to struct vm_physseg. This is need: - to make the array change dynamically (unload), and - to make the struct vm_physseg * object to be passed to device drivers as a cookie of a managed physical segment. To generate a diff of this commit: cvs rdiff -u -r1.153.2.22 -r1.153.2.23 src/sys/uvm/uvm_page.c cvs rdiff -u -r1.59.2.16 -r1.59.2.17 src/sys/uvm/uvm_page.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.