Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/25/2007 15:50:25
Module Name:	src
Committed By:	martin
Date:		Sat Aug 25 15:50:25 UTC 2007

Modified Files:
	src/sys/arch/sparc64/sparc64: locore.s

Log Message:
Rework cpu_mp_startup slightly:
 - temporarily use the cpu's interrupt stack untill we are ready
   to access non-OF-based mappings, then directly switch to the cpu's
   idlelwp's uarea stack
 - disable interrupts untill we are ready to call C code


To generate a diff of this commit:
cvs rdiff -r1.253 -r1.254 src/sys/arch/sparc64/sparc64/locore.s

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