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: Mon May 25 07:10:43 UTC 2026 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: mi pmap: pmap_clear_attribute should check cached value of the attribute The pmap_clear_attribute implementation used by the MI pmap should check the cached valued of the attribute as well as any value held in the PTE(s). Some emulation implementations require this as some operations, e.g changing page mappings to RO, can lose PTE attribute information. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.