Subject: CVS commit: syssrc/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Chris Gilbert <chris@netbsd.org>
List: source-changes
Date: 11/19/2001 22:38:59
Module Name:	syssrc
Committed By:	chris
Date:		Mon Nov 19 20:38:59 UTC 2001

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

Log Message:
Give the idle loop a non-profiled entry, means it appears in profile info correctly (rather than all it's time being under remrunqueue)
switch_exit only needs to take 1 parameter, it loads the value of proc0 into R1 itself
Fixup some comments to reflect the real state of things.
Tweak a couple of bits of asm to avoid a load delay.
remove excess code for setting curpcb and curproc.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -r1.8 -r1.9 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.