> Date: Mon, 13 Jun 2016 14:27:53 +1000
> From: David Gwynne
>
> this adds pool_setipl to the pools in src/sys/uvm.
>
> this assumes that the various things are only allocated and freed
> from a process context. if any of these are released from an interrupt
> we should probably set them to IPL_
this adds pool_setipl to the pools in src/sys/uvm.
this assumes that the various things are only allocated and freed
from a process context. if any of these are released from an interrupt
we should probably set them to IPL_VM.
ok?
Index: uvm_amap.c
===