Re: [PATCH] powerpc/sstep: Fix incorrect CONFIG symbol in scv handling

2020-07-27 Thread Michael Ellerman
On Fri, 24 Jul 2020 23:16:09 +1000, Michael Ellerman wrote: > When I "fixed" the ppc64e build in Nick's recent patch, I typoed the > CONFIG symbol, resulting in one that doesn't exist. Fix it to use the > correct symbol. Applied to powerpc/next. [1/1] powerpc/sstep: Fix incorrect CONFIG symbol in

[PATCH] powerpc/sstep: Fix incorrect CONFIG symbol in scv handling

2020-07-24 Thread Michael Ellerman
When I "fixed" the ppc64e build in Nick's recent patch, I typoed the CONFIG symbol, resulting in one that doesn't exist. Fix it to use the correct symbol. Reported-by: Christophe Leroy Fixes: 7fa95f9adaee ("powerpc/64s: system call support for scv/rfscv instructions") Signed-off-by: Michael Elle