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