CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 03:49:49
Modified files:
sys/uvm : uvm_pmemrange.c
Log message:
Use splbio() instead of splvm() to block interrupts in the page cache.
Only the buffer flipper (incorrectly?) allocates & frees pages from
interrupt context.
Sync the comments with some pmap_copy_page(9) implementations to keep
track of hacks required by the flipper.
ok jca@
