Re: uao_init() cleanup

2020-10-19 Thread Mark Kettenis
> Date: Mon, 19 Oct 2020 10:00:49 +0200 > From: Martin Pieuchot > > uao_init() is called from uvm_km_init() which itself is called by > uvm_init(). None of the *init() functions in UVM have a guard, so be > coherent and remove this one. > > ok? Yes, that seems redundant. ok kettenis@ >

uao_init() cleanup

2020-10-19 Thread Martin Pieuchot
uao_init() is called from uvm_km_init() which itself is called by uvm_init(). None of the *init() functions in UVM have a guard, so be coherent and remove this one. ok? Index: uvm/uvm_aobj.c === RCS file: