All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove 'ehb' instructions from Cavium TLB handlers.
@ 2009-05-12 19:40 David Daney
  2009-05-12 19:41 ` [PATCH 1/3] MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions David Daney
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Daney @ 2009-05-12 19:40 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips

The Cavium Octeon CPU never needs the ehb instruction, this patch set
removes it resulting in shorter TLB handler hot paths.

I will reply with the three patches.

David Daney (3):
   MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.
   MIPS: Remove execution hazard barriers for Octeon.
   MIPS: Remove dead case label.

  arch/mips/include/asm/cpu-features.h               |    4 ++++
  .../asm/mach-cavium-octeon/cpu-feature-overrides.h |    1 +
  arch/mips/mm/tlbex.c                               |    4 ++--
  3 files changed, 7 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2009-05-21 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-12 19:40 [PATCH 0/3] Remove 'ehb' instructions from Cavium TLB handlers David Daney
2009-05-12 19:41 ` [PATCH 1/3] MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions David Daney
2009-05-12 19:41 ` [PATCH 2/3] MIPS: Remove execution hazard barriers for Octeon David Daney
2009-05-12 21:56   ` David VomLehn
2009-05-12 19:41 ` [PATCH 3/3] MIPS: Remove dead case label David Daney
2009-05-12 22:41   ` David VomLehn
2009-05-21 17:20 ` [PATCH 0/3] Remove 'ehb' instructions from Cavium TLB handlers Ralf Baechle

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.