[PATCH 0/2] Use scratch register for PGD when MIPS_PGD_C0_CONTEXT is not set
From: Jayachandran C <hidden>
Date: 2013-08-11 11:39:45
From: Jayachandran C <hidden>
Date: 2013-08-11 11:39:45
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