aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/int-handler.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dec/int-handler.S')
-rw-r--r--arch/mips/dec/int-handler.S7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/mips/dec/int-handler.S b/arch/mips/dec/int-handler.S
index 41a2fa1fa12e..8c6f508e59de 100644
--- a/arch/mips/dec/int-handler.S
+++ b/arch/mips/dec/int-handler.S
@@ -267,8 +267,13 @@ handle_it:
267 267
268#ifdef CONFIG_32BIT 268#ifdef CONFIG_32BIT
269fpu: 269fpu:
270 lw t0,fpu_kstat_irq
271 nop
272 lw t1,(t0)
273 nop
274 addu t1,1
270 j handle_fpe_int 275 j handle_fpe_int
271 nop 276 sw t1,(t0)
272#endif 277#endif
273 278
274spurious: 279spurious: