Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/05/1998 12:58:19
Module Name:	src
Committed By:	pk
Date:		Mon Oct  5 19:58:19 UTC 1998

Modified Files:
	src/sys/arch/sparc/include: lock.h
Log Message:
If a lock is held do not spin in a read/write loop but just read the lock
until it is released. This is easier on the bus cache coherency logic.