Re: [PATCH] powerpc: clean up UPD_CONSTR

2021-10-11 Thread Michael Ellerman
On Tue, 14 Sep 2021 09:17:04 -0700, Nick Desaulniers wrote: > UPD_CONSTR was previously a preprocessor define for an old GCC 4.9 inline > asm bug with m<> constraints. > > > > Applied to powerpc/next. [1/1] powerpc: clean up UPD_CONSTR

[PATCH] powerpc: clean up UPD_CONSTR

2021-09-14 Thread Nick Desaulniers
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 Suggested-by: Christophe Leroy Suggested-by: Michael Ellerman Signed-off-by: Nick

Re: [PATCH] powerpc: clean up UPD_CONSTR

2021-09-14 Thread Nathan Chancellor
On 9/14/2021 9:17 AM, Nick Desaulniers wrote: 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 Suggested-by: Christophe Leroy