Module Name: src Committed By: riastradh Date: Tue Sep 13 09:14:26 UTC 2022
Modified Files: src/sys/kern: kern_lock.c Log Message: KERNEL_LOCK(9): Restore backoff while spinning in !LOCKDEBUG case. When the spinout logic was put under LOCKDEBUG among a series of other changes that got reverted, the backoff was inadvertently made LOCKDEBUG-only too. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/kern/kern_lock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.