Re: [PATCHv2 1/3] powerpc: lib: sstep: fix 'sthcx' instruction

2022-03-02 Thread Michael Ellerman
On Thu, 24 Feb 2022 17:22:13 +0100, Anders Roxell wrote: > Looks like there been a copy paste mistake when added the instruction > 'stbcx' twice and one was probably meant to be 'sthcx'. > Changing to 'sthcx' from 'stbcx'. > > Applied to powerpc/next. [1/3] powerpc: lib: sstep: fix 'sthcx' inst

[PATCHv2 1/3] powerpc: lib: sstep: fix 'sthcx' instruction

2022-02-24 Thread Anders Roxell
Looks like there been a copy paste mistake when added the instruction 'stbcx' twice and one was probably meant to be 'sthcx'. Changing to 'sthcx' from 'stbcx'. Cc: # v4.13+ Fixes: 350779a29f11 ("powerpc: Handle most loads and stores in instruction emulation code") Reported-by: Arnd Bergmann Sig