Re: [PATCH -next] powerpc/smp: Remove unused inline functions

2022-03-11 Thread Christophe Leroy
Le 11/03/2022 à 13:51, YueHaibing a écrit : > commit 441c19c8a290 ("powerpc/kvm/book3s_hv: Rework the secondary inhibit > code") > left behind this, so can remove it. > > Signed-off-by: YueHaibing > Reviewed-by: Daniel Axtens Reviewed-by: Christophe Leroy > --- > arch/powerpc/include/asm

Re: [PATCH -next] powerpc/smp: Remove unused inline functions

2021-03-25 Thread Daniel Axtens
Hi, > commit 441c19c8a290 ("powerpc/kvm/book3s_hv: Rework the secondary inhibit > code") > left behind this, so can remove it. > Interesting: that commit removed some instances of (un)inhibit_secondary_onlining, but it seems to have missed the ones for the uni-processor case, which your patch re