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:00:01
thorpej
Tue Sep  2 11:53:27 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv21046

Modified Files:
	locore.s 
Log Message:
Clean up the context switching code a bit:
- Marco-ize the 3 instructions that actually switch to the new process
  context.
- Unify (except for the pmap_deactivate() call) the NEW_PMAP and not-NEW_PMAP
  versions of cpu_switch(), and clean up some comments.
- Tidy up the not-NEW_PMAP bits of switch_exit().


thorpej
Tue Sep  2 11:54:29 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv21347

Modified Files:
	machdep.c 
Log Message:
Adjust some NEW_PMAP code for a slight interface change.


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

Modified Files:
	pmap.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.
- Clean up some debugging code.