Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/22/2001 20:22:59
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Apr 22 17:22:58 UTC 2001

Modified Files:
	syssrc/sys/arch/alpha/alpha: pmap.c
	syssrc/sys/arch/arm26/arm26: pmap.c
	syssrc/sys/arch/mips/mips: pmap.c
	syssrc/sys/arch/vax/vax: pmap.c
	syssrc/sys/uvm: uvm_page.c uvm_pmap.h

Log Message:
Make pmap_virtual_space() a required pmap function, even on platforms
which have pmap_steal_memory().  This is to reduce the API differences
between pmaps that implement pmap_steal_memory() and pmaps which do
not.

Note that pmap_steal_memory() needs to adjust *vstartp and/or
*vendp only if it used addresses within the range provided to UVM
via the pmap_virtual_space() call.  I.e. it is not necessary to do
so in any current pmap_steal_memory() implementation.


To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 syssrc/sys/arch/alpha/alpha/pmap.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/arch/arm26/arm26/pmap.c
cvs rdiff -r1.120 -r1.121 syssrc/sys/arch/mips/mips/pmap.c
cvs rdiff -r1.96 -r1.97 syssrc/sys/arch/vax/vax/pmap.c
cvs rdiff -r1.51 -r1.52 syssrc/sys/uvm/uvm_page.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/uvm/uvm_pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.