powerpc/lib/sstep: Fix 'sthcx' instruction
authorAnders Roxell <anders.roxell@linaro.org>
Thu, 24 Feb 2022 16:22:13 +0000 (17:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 1 Mar 2022 12:51:08 +0000 (23:51 +1100)
commita633cb1edddaa643fadc70abc88f89a408fa834a
tree0a54e18f3b423158df62d34dc05e2bfbb1270dab
parent2863dd2db23e0407f6c50b8ba5c0e55abef894f1
powerpc/lib/sstep: Fix 'sthcx' instruction

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'.

Fixes: 350779a29f11 ("powerpc: Handle most loads and stores in instruction emulation code")
Cc: stable@vger.kernel.org # v4.14+
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220224162215.3406642-1-anders.roxell@linaro.org
arch/powerpc/lib/sstep.c