CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/13 04:06:13
Modified files:
sys/uvm : uvm_pager.c
Log message:
Honor WAITOK semantic in uvm_pagermapin() by sleeping if pmap_enter(9) failed.
Fix a bug reported by bluhm@ where a WAITOK allocation in the page fault
handler would return a NULL kva instead of sleeping.
ok jca@
