MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU
authorJames Hogan <james.hogan@imgtec.com>
Fri, 15 Apr 2016 09:07:24 +0000 (10:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 01:18:46 +0000 (18:18 -0700)
commit5111f7713d97ff1dcd82680eed42c4f193dbd970
tree3aeddddb4b5746ba62a876f50a4c335b920270d8
parent4646bac1628e6c231d83d749be36ea02659a8b32
MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU

commit ea1688573426adc2587ed52d086b51c7c62eaca3 upstream.

The MSA ld_*/st_* assembler macros for when the toolchain doesn't
support MSA use addu to offset the base address. However it is a virtual
memory pointer so fix it to use PTR_ADDU which expands to daddu for
64-bit kernels.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13062/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/include/asm/asmmacro.h