Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/12/1997 23:10:02
gwr
Wed Feb 12 15:01:29 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/include
In directory netbsd1:/var/slash-tmp/cvs-serv8075

Modified Files:
	pmap.h 
Log Message:
In struct pmap, replace pm_mmucrp with pm_a_phys.
Define pmap_resident_count(), pmap_wired_count()
to call pmap_resident_pages(), pmap_wired_pages()
respectively, so we can keep those statistics on
lower-level structures instead of here.


gwr
Wed Feb 12 15:03:15 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv8780

Modified Files:
	genassym.c 
Log Message:
Adapt to changes in pmap.h


gwr
Wed Feb 12 15:06:28 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv8846

Modified Files:
	locore.s 
Log Message:
Reinstate call to pmap_activate() for now, because it is helpful
for debugging the pmap code.  The in-line version of the same is
still here and will be used if PMAP_DEBUG is not defined.


gwr
Wed Feb 12 15:09:35 PST 1997
Update of /cvsroot/src/sys/arch/sun3x/sun3x
In directory netbsd1:/var/slash-tmp/cvs-serv9225

Modified Files:
	pmap.c pmap_pvt.h 
Log Message:
Latest version from Jeremy.  Changes too numerous to describe here.