Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/aarch64
Module Name: src
Committed By: skrll
Date: Thu May 21 10:07:02 UTC 2026
Modified Files:
src/sys/arch/aarch64/aarch64: fault.c pmap.c
src/sys/arch/aarch64/include: pmap.h
Log Message:
aarch64: pmap: misc improvements to pmap_test_mod_ref
- remove the need for pmap_debugva by using uvm_km_{alloc,free}
- deactivate curlwp so the kernel pmap is always activate
- sprinkle pmap_udpate()
CVS: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/aarch64/aarch64/fault.c
cvs rdiff -u -r1.157 -r1.158 src/sys/arch/aarch64/aarch64/pmap.c
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/aarch64/include/pmap.h
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