Subject: CVS commit: src/sys/arch/alpha/alpha
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/09/2003 05:33:56
Module Name:	src
Committed By:	enami
Date:		Fri May  9 05:33:55 UTC 2003

Modified Files:
	src/sys/arch/alpha/alpha: machdep.c pmap.c

Log Message:
- Adjust arguments to pmap_steal_memory() for new interface.
- We no longer able to use uvm_pageboot_alloc() before pmap_bootstrap()
  is called.  Use pmap_steal_memory() directly instead.

Approved by Jason R. Thorpe.


To generate a diff of this commit:
cvs rdiff -r1.266 -r1.267 src/sys/arch/alpha/alpha/machdep.c
cvs rdiff -r1.198 -r1.199 src/sys/arch/alpha/alpha/pmap.c

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