CVS commit: src/sys/arch/aarch64/aarch64
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Thu May 21 11:38:42 UTC 2026 Modified Files: src/sys/arch/aarch64/aarch64: pmap_machdep.c Log Message: mi pmap: aarch64: fix ref/mod emulation in pmap_fault_fixup If a PTE changes in pmap_fault_fixup the entry in the TLB needs to be invalidated. While I'm here use atomic_load_relaxed to fetch the PTE and fix a comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarch64/aarch64/pmap_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.