All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MIPS: FPU Emulator fixes
@ 2013-08-19 19:10 David Daney
  2013-08-19 19:10 ` [PATCH 1/2] MIPS: Handle OCTEON BBIT instructions in FPU emulator David Daney
  2013-08-19 19:10 ` [PATCH 2/2] MIPS: Remove unreachable break statements from cp1emu.c David Daney
  0 siblings, 2 replies; 6+ messages in thread
From: David Daney @ 2013-08-19 19:10 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: David Daney

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

Here are a couple of MIPS FPU Emulator fixes.

The first fixes a real problem where code compiled specifically for
OCTEON erroneously gets SIGILL.

The second is a clean up I noticed along the way.

David Daney (2):
  MIPS: Handle OCTEON BBIT instructions in FPU emulator.
  MIPS: Remove unreachable break statements from cp1emu.c

 arch/mips/math-emu/cp1emu.c | 53 ++++++++++++++++++++++-----------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2013-08-21 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 19:10 [PATCH 0/2] MIPS: FPU Emulator fixes David Daney
2013-08-19 19:10 ` [PATCH 1/2] MIPS: Handle OCTEON BBIT instructions in FPU emulator David Daney
2013-08-20 17:21   ` Ralf Baechle
2013-08-19 19:10 ` [PATCH 2/2] MIPS: Remove unreachable break statements from cp1emu.c David Daney
2013-08-19 22:20   ` Aaro Koskinen
2013-08-21 16:59   ` 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.