Subject: CVS commit: [netbsd-1-6] syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/20/2002 05:49:12
Module Name:	syssrc
Committed By:	lukem
Date:		Thu Jun 20 02:49:12 UTC 2002

Modified Files:
	syssrc/sys/uvm [netbsd-1-6]: uvm_page.c

Log Message:
Pull up revision 1.77 (requested by wrstuden in ticket #322):
Fix recent bugs seen on Performa 4400 macppc's by
Makoto Fujiwara <makoto@ki.nu> and Manuel Bouyer <bouyer@netbsd.org>.
Help from Allen Briggs, Jason Thorpe, and Matt Thomas.
We need to call cpu_cache_probe() early in boot (machdep.c).
Add 603 info for completeness, and use NBPG not PAGESIZE, as the
latter relies on uvm being setup (cpu_subr.c).
Let uvm_page_recolor() be called before uvm has been set up; just
note the page coloring value (uvm_page.c).


To generate a diff of this commit:
cvs rdiff -r1.75.4.1 -r1.75.4.2 syssrc/sys/uvm/uvm_page.c

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