On Fri, Apr 15, 2016 at 10:07:22AM +0100, James Hogan wrote: > 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 Thanks, whole series applied. Ralf