diff options
author | Nick Desaulniers <[email protected]> | 2021-09-14 09:17:04 -0700 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2021-10-09 00:15:59 +1100 |
commit | 2a24d80fc86bcd70c8e780078254e873ea217379 (patch) | |
tree | 28642b14e6340ed41fbed33d71adb6dd24d6f18e /arch/powerpc/include/asm/asm-const.h | |
parent | 7eff9bc00ddf1e2281dff575884b7f676c85b006 (diff) |
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 <[email protected]>
Suggested-by: Christophe Leroy <[email protected]>
Suggested-by: Michael Ellerman <[email protected]>
Signed-off-by: Nick Desaulniers <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/powerpc/include/asm/asm-const.h')
-rw-r--r-- | arch/powerpc/include/asm/asm-const.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/asm-const.h b/arch/powerpc/include/asm/asm-const.h index dbfa5e1e3198..bfb3c3534877 100644 --- a/arch/powerpc/include/asm/asm-const.h +++ b/arch/powerpc/include/asm/asm-const.h @@ -12,6 +12,4 @@ # define ASM_CONST(x) __ASM_CONST(x) #endif -#define UPD_CONSTR "<>" - #endif /* _ASM_POWERPC_ASM_CONST_H */ |