Re: powerpc: POWER9 remove ICSWX feature

2017-04-19 Thread Michael Ellerman
On Wed, 2017-04-19 at 02:27:37 UTC, Nicholas Piggin wrote: > POWER9 does not implement this instruction. > > Fixes: c3ab300ea5 ("powerpc: Add POWER9 cputable entry") > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2384d2d7adc41463a69d3eb0720

[PATCH] powerpc: POWER9 remove ICSWX feature

2017-04-18 Thread Nicholas Piggin
POWER9 does not implement this instruction. Fixes: c3ab300ea5 ("powerpc: Add POWER9 cputable entry") Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/cputable.h| 2 +- arch/powerpc/platforms/Kconfig.cputype | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/a