All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Clean up CP0 hwrena code in traps.c
@ 2009-05-13 22:57 David Daney
  2009-05-13 22:59 ` [PATCH 1/2] MIPS: Allow CPU specific overriding of CP0 hwrena impl bits David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Daney @ 2009-05-13 22:57 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips

There is an ugly #ifdef CONFIG_CPU_CAVIUM_OCTEON in the middle of
traps.c.  We can get rid of it if we add a cpu feature for
implementation dependent hwrena bits.  The first patch adds the
feature macro and the second removes the #ifdef by setting the feature
for Octeon.

I will reply with the two patches.

David Daney (2):
  MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.
  MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.h

 arch/mips/include/asm/cpu-features.h               |    4 ++++
 .../asm/mach-cavium-octeon/cpu-feature-overrides.h |    1 +
 arch/mips/kernel/traps.c                           |    6 +-----
 3 files changed, 6 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2009-06-16 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 22:57 [PATCH 0/2] Clean up CP0 hwrena code in traps.c David Daney
2009-05-13 22:59 ` [PATCH 1/2] MIPS: Allow CPU specific overriding of CP0 hwrena impl bits David Daney
2009-05-13 22:59 ` [PATCH 2/2] MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.h David Daney
2009-06-16 10:31 ` [PATCH 0/2] Clean up CP0 hwrena code in traps.c 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.