Re: [PATCH 1/2] powerpc/math-emu: move the flush FPU state function into do_mathemu

2013-07-14 Thread Kevin Hao
On Thu, Jul 11, 2013 at 05:34:45PM -0700, Matt Helsley wrote: > On Thu, Jul 11, 2013 at 08:21:54PM +0800, Kevin Hao wrote: > > By doing this we can make sure that the FPU state is only flushed to > > the thread struct when it is really needed. > > > > Signed-off-by: Kevin Hao > > --- > > arch/po

Re: [PATCH 1/2] powerpc/math-emu: move the flush FPU state function into do_mathemu

2013-07-12 Thread Matt Helsley
On Thu, Jul 11, 2013 at 08:21:54PM +0800, Kevin Hao wrote: > By doing this we can make sure that the FPU state is only flushed to > the thread struct when it is really needed. > > Signed-off-by: Kevin Hao > --- > arch/powerpc/kernel/traps.c | 9 - > arch/powerpc/math-emu/math.c | 9

[PATCH 1/2] powerpc/math-emu: move the flush FPU state function into do_mathemu

2013-07-11 Thread Kevin Hao
By doing this we can make sure that the FPU state is only flushed to the thread struct when it is really needed. Signed-off-by: Kevin Hao --- arch/powerpc/kernel/traps.c | 9 - arch/powerpc/math-emu/math.c | 9 + 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arc