Re: [3/3] powerpc/xive: Remove xive_kexec_teardown_cpu()

2018-08-08 Thread Michael Ellerman
On Wed, 2018-04-11 at 05:18:01 UTC, Benjamin Herrenschmidt wrote: > It's identical to xive_teardown_cpu() so just use the latter > > Signed-off-by: Benjamin Herrenschmidt Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e27e0a94651e30912443e88642e698 cheers

[PATCH 3/3] powerpc/xive: Remove xive_kexec_teardown_cpu()

2018-04-10 Thread Benjamin Herrenschmidt
It's identical to xive_teardown_cpu() so just use the latter Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/include/asm/xive.h| 1 - arch/powerpc/platforms/powernv/setup.c | 2 +- arch/powerpc/platforms/pseries/kexec.c | 2 +-