[PATCH stable v4.9 01/35] powerpc: Fix invalid use of register expressions

2019-04-11 Thread Michael Ellerman
From: Andreas Schwab commit 8a583c0a8d316d8ea52ea78491174ab1a3e9ef9d upstream. binutils >= 2.26 now warns about misuse of register expressions in assembler operands that are actually literals, for example: arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression In practice

Re: powerpc: fix invalid use of register expressions

2017-08-16 Thread Michael Ellerman
On Mon, 2017-08-14 at 18:42:43 UTC, Andreas Schwab wrote: > This fixes another invalid use of register expressions. > > Signed-off-by: Andreas Schwab Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6c80d3164ece26e55dc2dbfceba948 cheers

Re: [PATCH] powerpc: fix invalid use of register expressions

2017-08-14 Thread Andreas Schwab
This fixes another invalid use of register expressions. Signed-off-by: Andreas Schwab --- arch/powerpc/kernel/l2cr_6xx.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/l2cr_6xx.S b/arch/powerpc/kernel/l2cr_6xx.S index

Re: powerpc: fix invalid use of register expressions

2017-08-11 Thread Michael Ellerman
On Sat, 2017-08-05 at 17:55:11 UTC, Andreas Schwab wrote: > binutils >= 2.26 now warns about misuse of register expressions in > assembler operands that are actually literals, for example: > > arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression > > Signed-off-by: Andreas

Re: [PATCH] powerpc: fix invalid use of register expressions

2017-08-08 Thread Michael Ellerman
Andreas Schwab writes: > binutils >= 2.26 now warns about misuse of register expressions in > assembler operands that are actually literals, for example: > > arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression > > Signed-off-by: Andreas Schwab

[PATCH] powerpc: fix invalid use of register expressions

2017-08-05 Thread Andreas Schwab
binutils >= 2.26 now warns about misuse of register expressions in assembler operands that are actually literals, for example: arch/powerpc/kernel/entry_64.S:535: Warning: invalid register expression Signed-off-by: Andreas Schwab --- arch/powerpc/include/asm/ppc_asm.h |