]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/mips/dec/int-handler.S
[MIPS] Complete fixes after removal of pt_regs argument to int handlers.
[mirror_ubuntu-zesty-kernel.git] / arch / mips / dec / int-handler.S
index 455a65b91cb0b707e3656cc450238ae5f45a73cd..55d60d5e0e86fb03c4586b52fb39ee6dce03cdbe 100644 (file)
                 srlv   t3,t1,t2
 
 handle_it:
+               LONG_L  s0, TI_REGS($28)
+               LONG_S  sp, TI_REGS($28)
                jal     do_IRQ
-                move   a1,sp
+               LONG_S  s0, TI_REGS($28)
 
                j       ret_from_irq
                 nop