CVS commit: [netbsd-10] src/sys/uvm
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Sat Jun 27 20:13:41 UTC 2026 Modified Files: src/sys/uvm [netbsd-10]: uvm_km.c Log Message: Pull up following revision(s) (requested by kbowling in ticket #1292): sys/uvm/uvm_km.c: revision 1.167 uvm_km_pgremove_intrsafe: drain TLB shootdown before freeing pages Call pmap_update(pmap_kernel()) between pmap_kremove and the page free so the shootdown completes first. Reviewed by skrll@ To generate a diff of this commit: cvs rdiff -u -r1.162.4.1 -r1.162.4.2 src/sys/uvm/uvm_km.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.