Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 06/19/2002 20:01:21
Module Name:	syssrc
Committed By:	wrstuden
Date:		Wed Jun 19 17:01:21 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/macppc: machdep.c
	syssrc/sys/arch/powerpc/mpc6xx: cpu_subr.c
	syssrc/sys/uvm: uvm_page.c

Log Message:
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.113 -r1.114 syssrc/sys/arch/macppc/macppc/machdep.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/powerpc/mpc6xx/cpu_subr.c
cvs rdiff -r1.76 -r1.77 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.