linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] powerpc/math-emu: two patches for the emulation of the FPU unimplemented instructions
@ 2013-07-14  8:40 Kevin Hao
  2013-07-14  8:40 ` [PATCH v3 1/2] powerpc/math-emu: move the flush FPU state function into do_mathemu Kevin Hao
  2013-07-14  8:40 ` [PATCH v3 2/2] powerpc: introduce function emulate_math() Kevin Hao
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Hao @ 2013-07-14  8:40 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Scott Wood; +Cc: linuxppc

v3:
Fix the typo in the comments of patch 1.

v2:
Tweak the patch 2 as suggested by Benjamin and Scott.

v1:
These two patches are for the emulation of the FPU unimplemented instructions.
The first is just a bit optimization for the FPU state flush.
The second is requested by Scott.

Kevin Hao (2):
  powerpc/math-emu: move the flush FPU state function into do_mathemu
  powerpc: introduce function emulate_math()

 arch/powerpc/kernel/traps.c  | 88 +++++++++++++++++---------------------------
 arch/powerpc/math-emu/math.c |  9 +++++
 2 files changed, 43 insertions(+), 54 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-07-14  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-14  8:40 [PATCH v3 0/2] powerpc/math-emu: two patches for the emulation of the FPU unimplemented instructions Kevin Hao
2013-07-14  8:40 ` [PATCH v3 1/2] powerpc/math-emu: move the flush FPU state function into do_mathemu Kevin Hao
2013-07-14  8:40 ` [PATCH v3 2/2] powerpc: introduce function emulate_math() Kevin Hao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).