Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/uvm/pmap



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.




Home | Main Index | Thread Index | Old Index