Re: pmap_enter(9) doesn't sleep

2020-09-22 Thread Mark Kettenis
> Date: Tue, 22 Sep 2020 09:51:03 +0200 > From: Martin Pieuchot > > Allocations in the various pmap_enter(9) are done with uvm_pagealloc(9), > which sets the UVM_PLA_NOWAIT flag, and/or with pool_get(9) w/ PR_NOWAIT. > > So the comment below seems outdated to me, ok to kill it? This matches my

pmap_enter(9) doesn't sleep

2020-09-22 Thread Martin Pieuchot
Allocations in the various pmap_enter(9) are done with uvm_pagealloc(9), which sets the UVM_PLA_NOWAIT flag, and/or with pool_get(9) w/ PR_NOWAIT. So the comment below seems outdated to me, ok to kill it? Index: uvm/uvm_fault.c === R