CVS commit: src/sys/arch/aarch64
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Mon May 25 07:16:43 UTC 2026 Modified Files: src/sys/arch/aarch64/aarch64: pmap_machdep.c src/sys/arch/aarch64/include: pmap_machdep.h Log Message: aarch64: mi pmap: save a PTE software bit when doing modify emulation. Use only OS_MODEMUL and release OS_MODIFIED. A mapping is deemed modified if it is marked RW and OS_MODEMUL which only ever happens via emulation. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/aarch64/aarch64/pmap_machdep.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/aarch64/include/pmap_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.