Re: pool_setipl for src/sys/uvm

2016-06-13 Thread Mark Kettenis
> 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_

pool_setipl for src/sys/uvm

2016-06-12 Thread 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_VM. ok? Index: uvm_amap.c ===