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: Thu Jul 2 14:38:19 UTC 2026 Modified Files: src/sys/sys: atomic.h Log Message: atomic_store(9): Fix byte indexing on hash-locked architectures. Fixes the easy part of: PR kern/60393: hash-locked atomic_store_* is all kinds of busted The hard part will require redoing these to just hash-lock the whole store. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/sys/atomic.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.