CVS commit: src/sys/uvm
"Kevin Bowling" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kbowling Date: Sat Jun 27 09:39:57 UTC 2026 Modified Files: src/sys/uvm: uvm_km.c Log Message: 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.166 -r1.167 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.