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

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

Log Message:
Stop overloading unused bits in the pte.  Use the low 12bits of the vaddr
instead to store them.  Add a macro to fetch the vaddr without them.
Make all variables/routines prefixed with pmap_
Cleanup & fix some of the vsid bitmap usage.
Cleanup DEBUG printfs.  Add some more checks to pmap_pvo_to_pte.


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

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