This series removes a bunch of unused code from the MIPS asm/asm.h header, shaving off a little over a hundred lines of dead code. Applies cleanly atop mips-next as of commit 8b656253a7a4 ("MIPS: Provide actually relaxed MMIO accessors"). Paul Burton (7): MIPS: Remove unused MOVN & MOVZ macros MIPS: Remove unused PIC macros MIPS: Remove unused TTABLE macro MIPS: Remove unused CAT macro MIPS: Add kernel_pref & user_pref helpers MIPS: lib: Use kernel_pref & user_pref in memcpy() MIPS: Remove unused PREF, PREFE & PREFX macros arch/mips/include/asm/asm-eva.h | 6 ++ arch/mips/include/asm/asm.h | 116 -------------------------------- arch/mips/lib/memcpy.S | 12 ++-- 3 files changed, 14 insertions(+), 120 deletions(-) -- 2.19.1