All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: Cleanup and optimize tlbex.c
@ 2009-05-13 20:47 David Daney
  2009-05-13 20:48 ` [PATCH 1/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c David Daney
  2009-05-13 20:48 ` [PATCH 2/2] MIPS: Don't branch to eret in TLB refill David Daney
  0 siblings, 2 replies; 7+ messages in thread
From: David Daney @ 2009-05-13 20:47 UTC (permalink / raw)
  To: Ralf Baechle, Paul Gortmaker, VomLehn, David, linux-mips

The main motivation for this patch set is to optimize the tlb refill
handler in the case where it would be split on an eret instruction.
However, it was brought to my attention that the existing code was a
bit cryptic, so I start by trying to clean up the existing code before
patching it.

The first patch should be purely cosmetic, and the second adds the
optimization.

I will reply with the two patches.

David Daney (2):
  MIPS: Replace some magic numbers with symbolic values in tlbex.c
  MIPS: Don't branch to eret in TLB refill.

 arch/mips/mm/tlbex.c |   80 +++++++++++++++++++++++++++++++++++---------------
 1 files changed, 56 insertions(+), 24 deletions(-)

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

end of thread, other threads:[~2009-05-13 22:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 20:47 [PATCH 0/2] MIPS: Cleanup and optimize tlbex.c David Daney
2009-05-13 20:48 ` [PATCH 1/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c David Daney
2009-05-13 21:34   ` Paul Gortmaker
2009-05-13 22:20   ` [PATCH 1/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2) David Daney
2009-05-13 20:48 ` [PATCH 2/2] MIPS: Don't branch to eret in TLB refill David Daney
2009-05-13 22:15   ` [PATCH 2/2] MIPS: Replace some magic numbers with symbolic values in tlbex.c (v2) David Daney
2009-05-13 22:17     ` David Daney

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.