Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: skrll
Date: Sat Apr 11 18:23:31 UTC 2026
Modified Files:
src/sys/arch/arm/arm32: pmap.c
src/sys/uvm/pmap: pmap.c
Log Message:
Add a small optimisation for a pmap_remove_all pmap and skip activation
in pmap_activate as it's (supposed to be) deferred until the subsequent
pmap_update.
To generate a diff of this commit:
cvs rdiff -u -r1.446 -r1.447 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.87 -r1.88 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