Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Dennis Chernoivanov <cdi@netbsd.org>
List: source-changes
Date: 01/12/2006 17:58:39
Module Name:	src
Committed By:	cdi
Date:		Thu Jan 12 17:58:39 UTC 2006

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

Log Message:
Fix a typo: %g0 should be used instead of %o0 when initializing FPU in dostart:
and cpu_mp_startup:, %o0 is not even initialized at this point.


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