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:           Wed Jul 29 15:40:37 UTC 2026

Modified Files:
        src/sys/uvm/pmap: pmap.c

Log Message:
Don't use pmap_update in pmap_{page_protect,clear_attribute} as the
PMAP_DEFERRED_ACTIVATE logic doesn't apply. Instead create a new
pmap_shootdown which performs the necessary shootdowns for
PMAP_TLB_NEED_SHOOTDOWN architectures.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 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