CVS commit: src/sys/sys
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Mon Aug 17 01:52:09 UTC 2026 Modified Files: src/sys/sys: lockdebug.h Log Message: sys/lockdebug.h: Simplify conditional and explain why it's there. No functional change intended: just changes an always-false expression to another always-false expression in a conditional. (Well, in principle, it reduces the number of times we evaluate this argument, but in practice the argument should be side-effect-free anyway.) PR kern/60030: ddb/crash: show all locks without LOCKDEBUG To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/sys/lockdebug.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.