]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
powerpc: Remove unused LHZX_BE macro
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 21 Aug 2024 06:47:51 +0000 (08:47 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 21 Aug 2024 10:05:18 +0000 (20:05 +1000)
LHZX_BE has been unused since commit dbf44daf7c88 ("bpf, ppc64: remove
ld_abs/ld_ind")

Remove it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/fd332b01c47bb9cb6c3af1696a2e109be655f5b5.1724222856.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/asm-compat.h

index 2bc53c646ccd7d80666c02615f5ac01aa4fc0263..b0b209c1df50b487e07d4cd586ff85a552497a49 100644 (file)
 #define PPC_MIN_STKFRM 112
 
 #ifdef __BIG_ENDIAN__
-#define LHZX_BE        stringify_in_c(lhzx)
 #define LWZX_BE        stringify_in_c(lwzx)
 #define LDX_BE stringify_in_c(ldx)
 #define STWX_BE        stringify_in_c(stwx)
 #define STDX_BE        stringify_in_c(stdx)
 #else
-#define LHZX_BE        stringify_in_c(lhbrx)
 #define LWZX_BE        stringify_in_c(lwbrx)
 #define LDX_BE stringify_in_c(ldbrx)
 #define STWX_BE        stringify_in_c(stwbrx)