Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/07/2006 01:59:23
Module Name: src
Committed By: ad
Date: Thu Sep 7 01:59:23 UTC 2006
Modified Files:
src/sys/sys: lock.h
Log Message:
- Declare lock_owner_onproc(). Traverses the CPU list and checks if
ci->ci_curlwp == arg.
- Define SPINLOCK_SPIN_HOOK to /* nothing */ if it's not defined
already.
- Define SPINLOCK_BACKOFF() macro.
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/sys/lock.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.