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

2022-02-24 Thread Nicholas Piggin
Excerpts from Anders Roxell's message of February 23, 2022 11:58 pm: > 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

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

2022-02-23 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