]> git.itanic.dy.fi Git - linux-stable/commit
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal
authorNick Desaulniers <ndesaulniers@google.com>
Tue, 14 Sep 2021 16:17:04 +0000 (09:17 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 8 Oct 2021 13:15:59 +0000 (00:15 +1100)
commit2a24d80fc86bcd70c8e780078254e873ea217379
tree28642b14e6340ed41fbed33d71adb6dd24d6f18e
parent7eff9bc00ddf1e2281dff575884b7f676c85b006
powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal

UPD_CONSTR was previously a preprocessor define for an old GCC 4.9
inline asm bug with m<> constraints.

Fixes: 6563139d90ad ("powerpc: remove GCC version check for UPD_CONSTR")
Suggested-by: Nathan Chancellor <nathan@kernel.org>
Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210914161712.2463458-1-ndesaulniers@google.com
arch/powerpc/include/asm/asm-const.h
arch/powerpc/include/asm/atomic.h
arch/powerpc/include/asm/io.h
arch/powerpc/include/asm/uaccess.h
arch/powerpc/kvm/powerpc.c