Move source tree closer to the 2.6.32.17 mainline
/arch/parisc/math-emu/decode_exc.c
blob:3ca1c61492182d3321c2fe7d2cf00d003ff5a8a5 -> blob:27a7492ddb0d66f7762e94dea40ff3f3ac1fcd85
--- arch/parisc/math-emu/decode_exc.c
+++ arch/parisc/math-emu/decode_exc.c
@@ -342,6 +342,7 @@ decode_fpu(unsigned int Fpu_register[],
return SIGNALCODE(SIGFPE, FPE_FLTINV);
case DIVISIONBYZEROEXCEPTION:
update_trap_counts(Fpu_register, aflags, bflags, trap_counts);
+ Clear_excp_register(exception_index);
return SIGNALCODE(SIGFPE, FPE_FLTDIV);
case INEXACTEXCEPTION:
update_trap_counts(Fpu_register, aflags, bflags, trap_counts);