Module Name: src Committed By: uebayasi Date: Tue Nov 2 14:05:28 UTC 2010
Modified Files: src/share/man/man9 [uebayasi-xip]: uvm.9 src/sys/arch/arm/imx [uebayasi-xip]: imx31_space.c src/sys/arch/powerpc/powerpc [uebayasi-xip]: bus_space.c src/sys/common/pmap [uebayasi-xip]: pmap_common.c src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_page.c Log Message: Drop the 'paddr_t avail_start' and 'paddr_t avail_end' arguments from uvm_page_physload_device(9). Those two arguments are used by uvm_page_physload(9) to specify a range of physical memory available for general purpose pages (pages which are linked to freelists). Totally irrelevant to device segments. To generate a diff of this commit: cvs rdiff -u -r1.102.2.1 -r1.102.2.2 src/share/man/man9/uvm.9 cvs rdiff -u -r1.3.2.5 -r1.3.2.6 src/sys/arch/arm/imx/imx31_space.c cvs rdiff -u -r1.20.20.2 -r1.20.20.3 src/sys/arch/powerpc/powerpc/bus_space.c cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/common/pmap/pmap_common.c cvs rdiff -u -r1.161.2.9 -r1.161.2.10 src/sys/uvm/uvm_extern.h cvs rdiff -u -r1.153.2.57 -r1.153.2.58 src/sys/uvm/uvm_page.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.