All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MIPS: Repair some of the microMIPS patches.
@ 2013-05-24 21:54 David Daney
  2013-05-24 21:54 ` [PATCH 1/3] MIPS: Declare emulate_load_store_microMIPS as a static function David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: David Daney @ 2013-05-24 21:54 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

From: David Daney <david.daney@cavium.com>

These are a few things I noticed while working on unrelated code.
They should make the kernel smaller for systems that don't have
microMIPS.

David Daney (3):
  MIPS: Declare emulate_load_store_microMIPS as a static function.
  MIPS: Don't try to decode microMIPS branch instructions where they
    cannot exist.
  MIPS: Only set cpu_has_mmips if SYS_SUPPORTS_MICROMIPS

 arch/mips/include/asm/cpu-features.h | 6 +++++-
 arch/mips/kernel/unaligned.c         | 3 ++-
 arch/mips/math-emu/cp1emu.c          | 3 +++
 3 files changed, 10 insertions(+), 2 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2013-06-26 23:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 21:54 [PATCH 0/3] MIPS: Repair some of the microMIPS patches David Daney
2013-05-24 21:54 ` [PATCH 1/3] MIPS: Declare emulate_load_store_microMIPS as a static function David Daney
2013-06-19 21:50   ` Steven J. Hill
2013-06-19 21:50     ` Steven J. Hill
2013-05-24 21:54 ` [PATCH 2/3] MIPS: Don't try to decode microMIPS branch instructions where they cannot exist David Daney
2013-06-19 21:50   ` Steven J. Hill
2013-06-19 21:50     ` Steven J. Hill
2013-05-24 21:54 ` [PATCH 3/3] MIPS: Only set cpu_has_mmips if SYS_SUPPORTS_MICROMIPS David Daney
2013-06-19 21:50   ` Steven J. Hill
2013-06-19 21:50     ` Steven J. Hill
2013-06-26 23:55   ` 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.