mips/kvm: Make kvm_locore.S 64-bit buildable/safe.
authorDavid Daney <david.daney@cavium.com>
Thu, 1 Aug 2013 20:22:35 +0000 (13:22 -0700)
committerGleb Natapov <gleb@redhat.com>
Mon, 26 Aug 2013 09:30:49 +0000 (12:30 +0300)
We need to use more of the Macros in asm.h to allow kvm_locore.S to
build in a 64-bit kernel.

For 32-bit there is no change in the generated object code.

Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found