diff options
Diffstat (limited to 'arch/mips/jazz/int-handler.S')
-rw-r--r-- | arch/mips/jazz/int-handler.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/jazz/int-handler.S b/arch/mips/jazz/int-handler.S index 4dbcf91db884..dc752c67b528 100644 --- a/arch/mips/jazz/int-handler.S +++ b/arch/mips/jazz/int-handler.S | |||
@@ -248,17 +248,17 @@ loc_call: /* | |||
248 | and t2,s1 | 248 | and t2,s1 |
249 | sh t2,JAZZ_IO_IRQ_ENABLE | 249 | sh t2,JAZZ_IO_IRQ_ENABLE |
250 | 250 | ||
251 | nor s1,zero,s1 | 251 | nor s1,zero,s1 |
252 | jal do_IRQ | 252 | jal do_IRQ |
253 | 253 | ||
254 | /* | 254 | /* |
255 | * Reenable interrupt | 255 | * Reenable interrupt |
256 | */ | 256 | */ |
257 | lhu t2,JAZZ_IO_IRQ_ENABLE | 257 | lhu t2,JAZZ_IO_IRQ_ENABLE |
258 | or t2,s1 | 258 | or t2,s1 |
259 | sh t2,JAZZ_IO_IRQ_ENABLE | 259 | sh t2,JAZZ_IO_IRQ_ENABLE |
260 | 260 | ||
261 | j ret_from_irq | 261 | j ret_from_irq |
262 | 262 | ||
263 | /* | 263 | /* |
264 | * "Jump extender" to reach spurious_interrupt | 264 | * "Jump extender" to reach spurious_interrupt |