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.