This series cleans up some code, primarily related to FP context. Hopefully that's all it does & I didn't break anything ;) The series applies atop mips-for-linux-next with my prior "FP improvements" series applied first. Paul Burton (6): mips: simplify FP context access mips: simplify PTRACE_PEEKUSR for FPC_EIR mips: simplify ptrace_getfpregs FPU IR retrieval mips: clean up resume declaration mips: replace open-coded init_dsp mips: update outdated comment arch/mips/include/asm/fpu.h | 2 +- arch/mips/include/asm/processor.h | 38 ++++++++++--- arch/mips/include/asm/switch_to.h | 16 ++++-- arch/mips/kernel/process.c | 3 +- arch/mips/kernel/ptrace.c | 104 ++++++++---------------------------- arch/mips/kernel/ptrace32.c | 67 ++++------------------- arch/mips/math-emu/cp1emu.c | 38 ++++++++----- arch/mips/math-emu/kernel_linkage.c | 21 ++++---- 8 files changed, 113 insertions(+), 176 deletions(-) -- 1.8.4.2