Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/02/1997 19:10:02
thorpej
Tue Sep  2 12:00:54 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv21884

Modified Files:
	pmap.old.c 
Log Message:
- Make the pmap_activate() and pmap_deactivate() interfaces consistent my
  passing them a proc *, which encapsulates all of the information necessary
  to activate an address space. 
- Garbage-collect pmap->pm_stchanged; it's not really used for anything.


thorpej
Tue Sep  2 12:03:59 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv22164

Modified Files:
	vm_machdep.c 
Log Message:
Adjust for an interface change in a not-NEW_PMAP case in cpu_fork().


thorpej
Tue Sep  2 12:04:58 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv22500

Modified Files:
	pmap.new.h 
Log Message:
Make the pmap_activate() and pmap_deactivate() interfaces consistent my
passing them a proc *, which encapsulates all of the information necessary
to activate an address space. 


thorpej
Tue Sep  2 12:06:14 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv22607

Modified Files:
	pmap.old.h 
Log Message:
- Make the pmap_activate() and pmap_deactivate() interfaces consistent my
  passing them a proc *, which encapsulates all of the information necessary
  to activate an address space. 
- Garbage-collect pmap->pm_stchanged; it's not really used for anything.


thorpej
Tue Sep  2 12:07:23 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv22809

Modified Files:
	pte.h 
Log Message:
Garbage-collect loadustp(); the functionality has moved to pmap.old.c