powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 21 Jan 2022 08:06:32 +0000 (08:06 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Feb 2022 11:47:43 +0000 (22:47 +1100)
commit7c3bba91999075f4cfcab0542e4eb74d2d63554b
tree88800a90e6545bb9c0628ec4e7a24b93e732a66c
parent67484e0de9c93b4a9187bb49f45dfdaa8dc03c0b
powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__

MSR_64BIT is always defined, no need to hide code using MSR_64BIT
inside an #ifdef __powerpc64__

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/ee61b693bc7e046eed1abb7a34909eb4878a9442.1642752375.git.christophe.leroy@csgroup.eu
arch/powerpc/lib/sstep.c