> 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
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