Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/04/1997 20:10:02
pk
Mon Aug  4 13:00:48 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/include
In directory netbsd1:/var/slash-tmp/cvs-serv10897

Modified Files:
	pmap.h 
Log Message:
Prototype pmap_writetext().


pk
Mon Aug  4 13:03:01 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv10932

Modified Files:
	pmap.c db_interface.c 
Log Message:
Move MMU dependent DDB goo into a pmap helper function.


pk
Mon Aug  4 13:09:57 PDT 1997
Update of /cvsroot/src/sys/arch/sparc/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv11021

Modified Files:
	pmap.c 
Log Message:
Don't flush the cache in setpte4m(). Most callers have flushed the page
already and some MMUs might require a valid mapping to exist for the
virtual address to be flushed.