diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2017-08-05 19:55:11 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-10 22:29:41 +1000 |
commit | 8a583c0a8d316d8ea52ea78491174ab1a3e9ef9d (patch) | |
tree | a2db42f9b485192a4fadec7d73ba365749f6063a /arch/Kconfig | |
parent | 21a0e8c14bf61472723d2acc83f98ab35ff321b4 (diff) | |
download | linux-8a583c0a8d316d8ea52ea78491174ab1a3e9ef9d.tar.gz linux-8a583c0a8d316d8ea52ea78491174ab1a3e9ef9d.tar.bz2 linux-8a583c0a8d316d8ea52ea78491174ab1a3e9ef9d.zip |
powerpc: Fix invalid use of register expressions
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 these are almost all uses of r0 that should just be a
literal 0.
Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
[mpe: Mention r0 is almost always the culprit, fold in purgatory change]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/Kconfig')
0 files changed, 0 insertions, 0 deletions