Subject: CVS commit: [bjh21-hydra] syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/19/2002 15:24:12
Module Name:	syssrc
Committed By:	bjh21
Date:		Sat Oct 19 12:24:12 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/arm32 [bjh21-hydra]: cpuswitch.S

Log Message:
Redo the following revision:
syssrc/sys/arch/arm/arm32/cpuswitch.S		1.27

Original log message:

The grand cpu_switch register reshuffle!

In particular, use r8 to hold the old process, and r7 for medium-term
scratch, saving r0-r3 for things we don't need saved over function
calls.  This gets rid of five register-to-register MOVs.


To generate a diff of this commit:
cvs rdiff -r1.28.2.1 -r1.28.2.2 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.