Subject: CVS commit: syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/06/2002 20:44:36
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug  6 17:44:36 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm32: cpuswitch.S vm_machdep.c

Log Message:
* Pass proc0 to switch_exit(), to make this a little more like the
  nathanw_sa branch.
* In switch_exit(), set the outgoing-proc register to NULL (rather than
  proc0) so that we actually use the "exiting process" optimization in
  cpu_switch().


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/arm/arm32/vm_machdep.c

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