Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/08/1998 23:30:03
thorpej
Thu Jan  8 15:28:08 PST 1998
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv1071

Modified Files:
	pmap.h vm_page.c 
Log Message:
In the new non-contig case, redefine pmap_steal_memory() as an alternative
to vm_bootstrap_steal_memory(), since we may need to steal memory from
a direct-mapped segment at this early stage of the game (on e.g. MIPS
and Alpha).

This interface is activated by defining PMAP_STEAL_MEMORY in <machine/pmap.h>.
Otherwise, the pmap_virtual_space() prototype is in-scope for use by
vm_bootstrap_steal_memory().