Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 06/08/2001 03:16:26
Module Name:	syssrc
Committed By:	matt
Date:		Fri Jun  8 00:16:26 UTC 2001

Modified Files:
	syssrc/sys/arch/powerpc/include/mpc6xx: pmap.h
	syssrc/sys/arch/powerpc/mpc6xx: pmap.c
	syssrc/sys/arch/powerpc/powerpc: trap_subr.S

Log Message:
Rename pte_spill to pmap_pte_spill.  Fix pmap_clear_{referenced,modify}
to return the previous state of the bit.  Make it compile under
-Wmissing-prototypes -Wall.  Change around some debug stuff.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/powerpc/include/mpc6xx/pmap.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/powerpc/mpc6xx/pmap.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/powerpc/powerpc/trap_subr.S

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