mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[MIPS] DECstation: Fix irq handling
When I post a patch (commitf431baa55a
), I just tried to not change behavior of existing codes, but it seems dec/int-handler.S had been broken since its previous commit937a801576
. The caller of plat_irq_dispatch do setup/restore TI_REGS($28), so dec's plat_irq_dispatch should not do it, and there is no need to adjust RA. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
24c556e99e
commit
d01f06ef0c
@ -264,9 +264,6 @@
|
||||
srlv t3,t1,t2
|
||||
|
||||
handle_it:
|
||||
LONG_L s0, TI_REGS($28)
|
||||
LONG_S sp, TI_REGS($28)
|
||||
PTR_LA ra, ret_from_irq
|
||||
j dec_irq_dispatch
|
||||
nop
|
||||
|
||||
@ -277,7 +274,6 @@ fpu:
|
||||
#endif
|
||||
|
||||
spurious:
|
||||
PTR_LA ra, _ret_from_irq
|
||||
j spurious_interrupt
|
||||
nop
|
||||
END(plat_irq_dispatch)
|
||||
|
Loading…
Reference in New Issue
Block a user