These are the two pending patches in this series. I have reordered the changes so that the cleanup patch can be applied first. The second patch has the changes to use scratch registers when MIPS_PGD_C0_CONTEXT is not defined - this has not changed. JC. Jayachandran C (2): MIPS: Move definition of SMP processor id register to header file MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT arch/mips/include/asm/mmu_context.h | 22 ++---- arch/mips/include/asm/stackframe.h | 24 ++----- arch/mips/include/asm/thread_info.h | 33 ++++++++- arch/mips/mm/tlbex.c | 136 +++++++++++++++-------------------- 4 files changed, 103 insertions(+), 112 deletions(-) -- 1.7.9.5