Subject: CVS commit: [nathanw_sa] 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:45:40
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug  6 17:45:39 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm32 [nathanw_sa]: cpuswitch.S

Log Message:
* In switch_exit()/switch_lwp_exit(), set the outgoing-lwp register to
  NULL (rather than lwp0) so that we actually use the "exiting process"
  optimization in cpu_switch().
* Correct some comments.


To generate a diff of this commit:
cvs rdiff -r1.3.2.10 -r1.3.2.11 syssrc/sys/arch/arm/arm32/cpuswitch.S

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