Re: uvm_km_pgremove() tweak

2021-10-24 Thread Mark Kettenis
> Date: Sun, 24 Oct 2021 15:14:14 +0100 > From: Martin Pieuchot > > On 24/10/21(Sun) 14:49, Martin Pieuchot wrote: > > Here's another small tweak I could extract from the UVM unlocking diff. > > This doesn't introduce any functional change. uvm_km_pgremove() is used > > in only one place. > > Up

Re: uvm_km_pgremove() tweak

2021-10-24 Thread Martin Pieuchot
On 24/10/21(Sun) 14:49, Martin Pieuchot wrote: > Here's another small tweak I could extract from the UVM unlocking diff. > This doesn't introduce any functional change. uvm_km_pgremove() is used > in only one place. Updated diff that also moves pmap_kremove() into the intrsafe variant to be cohere

uvm_km_pgremove() tweak

2021-10-24 Thread Martin Pieuchot
Here's another small tweak I could extract from the UVM unlocking diff. This doesn't introduce any functional change. uvm_km_pgremove() is used in only one place. Ok? Index: uvm/uvm_km.c === RCS file: /cvs/src/sys/uvm/uvm_km.c,v retr