diff options
Diffstat (limited to 'arch/mips/dec/int-handler.S')
-rw-r--r-- | arch/mips/dec/int-handler.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/dec/int-handler.S b/arch/mips/dec/int-handler.S index 41fa372007bf..5bafd585ac3e 100644 --- a/arch/mips/dec/int-handler.S +++ b/arch/mips/dec/int-handler.S | |||
@@ -282,7 +282,9 @@ fpu: | |||
282 | #endif | 282 | #endif |
283 | 283 | ||
284 | spurious: | 284 | spurious: |
285 | j spurious_interrupt | 285 | jal spurious_interrupt |
286 | nop | ||
287 | j ret_from_irq | ||
286 | nop | 288 | nop |
287 | END(decstation_handle_int) | 289 | END(decstation_handle_int) |
288 | 290 | ||