Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: thorpej
Date: Wed Jul 28 19:29:40 UTC 1999
Modified Files:
syssrc/sys/kern: kern_lock.c
syssrc/sys/sys: lock.h
Log Message:
Fix a thinko in draining of spin locks: bump waitcount in the spin case,
too. Remove some needless code duplication by adding a "drain" argument
to the ACQUIRE() macro (compiler can [and does] optimize the constant
conditional).
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/kern/kern_lock.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/sys/lock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index