Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/19/2007 22:57:48
Module Name:	src
Committed By:	mrg
Date:		Sat May 19 22:57:48 UTC 2007

Modified Files:
	src/sys/arch/sparc/sparc: locore.s vm_machdep.c

Log Message:
fix the two problems i introduced with yamt-idlelwp:

- in lwp_trampoline, oldlwp is already in %o0.  don't save or the wrongly
  saved copy from cpu_lwp_fork().  as repeatedly pointed out my uwe.

- in cpu_idle use retl not ret.  as pointed out by martin.

thanks to uwe/martin/tnn for all the real debugging work.


To generate a diff of this commit:
cvs rdiff -r1.233 -r1.234 src/sys/arch/sparc/sparc/locore.s
cvs rdiff -r1.91 -r1.92 src/sys/arch/sparc/sparc/vm_machdep.c

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