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 Jun 15 12:05:58 UTC 2026
Modified Files:
src/sys/uvm/pmap: pmap.c pmap.h
Log Message:
pmap: fix MI pmap locking for concurrent page faults.
Bring the MI pmap in line with ad@’s concurrent page fault locking changes
in the other pmaps.
This fixes the remaining locking assumptions in the generic pmap code
and prepares it for removal of __HAVE_UNLOCKED_PMAP.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/uvm/pmap/pmap.c
cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/pmap/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