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

Modified Files:
	src/sys/arch/sparc/include: mutex.h
	src/sys/arch/sparc/sparc: lock_stubs.s

Log Message:
disable mutex_spin_enter() & mutex_spin_exit() as they are currently
broken and cause MULTIPROCESSOR kernels to hang while entering
userland boot up.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/sparc/include/mutex.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/sparc/sparc/lock_stubs.s

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