All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use scratch register for PGD when MIPS_PGD_C0_CONTEXT is not set
@ 2013-08-11 11:40 Jayachandran C
  2013-08-11 11:40 ` [PATCH 1/2] MIPS: Move definition of SMP processor id register to header file Jayachandran C
  2013-08-11 11:40 ` [PATCH 2/2] MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT Jayachandran C
  0 siblings, 2 replies; 9+ messages in thread
From: Jayachandran C @ 2013-08-11 11:40 UTC (permalink / raw)
  To: ralf, linux-mips; +Cc: Jayachandran C

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-09-25  8:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-11 11:40 [PATCH 0/2] Use scratch register for PGD when MIPS_PGD_C0_CONTEXT is not set Jayachandran C
2013-08-11 11:40 ` [PATCH 1/2] MIPS: Move definition of SMP processor id register to header file Jayachandran C
2013-08-11 11:40 ` [PATCH 2/2] MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT Jayachandran C
2013-09-17 21:21   ` Ralf Baechle
2013-09-18  7:59     ` Jayachandran C.
2013-09-18 11:02       ` Ralf Baechle
2013-09-24 21:49   ` Hauke Mehrtens
2013-09-25  5:26     ` Jayachandran C.
2013-09-25  8:25       ` Hauke Mehrtens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.