[PATCH kernel 3/3] powerpc/llvm/lto: Workaround conditional branches in FTR_SECTION_ELSE
Russell Currey
ruscur at russell.cc
Fri Feb 11 17:44:04 AEDT 2022
On Fri, 2022-02-11 at 13:31 +1100, Alexey Kardashevskiy wrote:
> diff --git a/arch/powerpc/lib/memcpy_64.S
> b/arch/powerpc/lib/memcpy_64.S
> index 016c91e958d8..286c7e2d0883 100644
> --- a/arch/powerpc/lib/memcpy_64.S
> +++ b/arch/powerpc/lib/memcpy_64.S
> @@ -50,10 +50,11 @@ ALT_FTR_SECTION_END_IFCLR(CPU_FTR_VMX_COPY)
> At the time of writing the only CPU that has this combination of
> bits
> set is Power6. */
> test_feature = (SELFTEST_CASE == 1)
> + beq .ldst_aligned
Hey Alexey, typo here (should be .Ldst_aligned) that breaks the build
for BE.
> BEGIN_FTR_SECTION
> nop
More information about the Linuxppc-dev
mailing list