Module Name: src Committed By: martin Date: Sat May 2 09:13:40 UTC 2020
Modified Files: src/sys/kern: kern_lock.c Log Message: Fix inverted condition in r1.136 - we do want LOCKDEBUG spinouts of the kernel lock to assert as soon as we have userland running - not in the early boot phase (where firmware loading and device init could take a long time). To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 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.