Here are some miscellaneous fixes for MSA (MIPS SIMD Architecture) support: 1) Fix MSA build with recent toolchains 2) Fix 32-bit pointer additions on 64-bit with non-MSA capable toolchain. 3) Fix MSA + 64-bit + lockdep build due to large immediate offsets 4) Fix some MSA assembler warnings due to missing .set fp=64 James Hogan (3): MIPS: Fix MSA ld_*/st_* asm macros to use PTR_ADDU MIPS: Fix MSA assembly with big thread offsets MIPS: Fix MSA assembly warnings Paul Burton (1): MIPS: Use copy_s.fmt rather than copy_u.fmt arch/mips/include/asm/asmmacro.h | 193 ++++++++++++++++++++++----------------- arch/mips/kernel/r4k_fpu.S | 10 +- 2 files changed, 113 insertions(+), 90 deletions(-) Cc: Paul Burton <paul.burton@xxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx Cc: <stable@xxxxxxxxxxxxxxx> -- 2.4.10