]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: PPC: Book3S HV: Fix invalid use of register expression
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 15 Aug 2017 04:37:01 +0000 (14:37 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 31 Aug 2017 02:36:44 +0000 (12:36 +1000)
commit0bfa33c7f71e7e9de289582d9652110daa1ec8a1
treed75eea275d2d0fb7f17266fb6d60690a1eccfdd3
parenteaac112eac8604917bc6c39680ff67a937626a96
KVM: PPC: Book3S HV: Fix invalid use of register expression

binutils >= 2.26 now warns about misuse of register expressions in
assembler operands that are actually literals. In this instance r0 is
being used where a literal 0 should be used.

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
[mpe: Split into separate KVM patch, tweak change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/book3s_hv_rmhandlers.S