diff options
Diffstat (limited to 'arch/mips/gt64120/ev64120/int-handler.S')
-rw-r--r-- | arch/mips/gt64120/ev64120/int-handler.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/gt64120/ev64120/int-handler.S b/arch/mips/gt64120/ev64120/int-handler.S index 752435faf2de..9dda5b449522 100644 --- a/arch/mips/gt64120/ev64120/int-handler.S +++ b/arch/mips/gt64120/ev64120/int-handler.S | |||
@@ -39,8 +39,9 @@ | |||
39 | nop | 39 | nop |
40 | 40 | ||
41 | /* wrong alarm or masked ... */ | 41 | /* wrong alarm or masked ... */ |
42 | j spurious_interrupt | 42 | jal spurious_interrupt |
43 | nop | 43 | nop |
44 | j ret_from_irq | ||
44 | END(galileo_handle_int) | 45 | END(galileo_handle_int) |
45 | 46 | ||
46 | 47 | ||