CVS commit: src/sys/uvm/pmap
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.