CVS commit: src/sys/uvm/pmap
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Sun May 17 15:55:55 UTC 2026 Modified Files: src/sys/uvm/pmap: pmap.c pmap_segtab.c Log Message: Annotate page table/directory entry pointer deference with atomic_load_relaxed to ensure memory operations aren't fused or torn. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/uvm/pmap/pmap.c cvs rdiff -u -r1.35 -r1.36 src/sys/uvm/pmap/pmap_segtab.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.