Subject: CVS commit: [newlock] syssrc/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/19/2002 00:34:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Mar 18 22:34:26 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc/sparc [newlock]: lock_stubs.s

Log Message:
Two more fixes to rwlocks which get the kernel multi-user:
* %o6 is the stack pointer, so don't futz with it.
* When clearing the interlock, use stb (the interlocks are only
  1 byte wide).


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 syssrc/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.