[MIPS] Rewrite spurious_interrupt from assembler to C.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
这个提交包含在:
Ralf Baechle
2006-04-01 21:17:45 +01:00
父节点 c9e321e095
当前提交 93373ed4d8
修改 18 个文件,包含 40 行新增44 行删除

查看文件

@@ -282,7 +282,9 @@ fpu:
#endif
spurious:
j spurious_interrupt
jal spurious_interrupt
nop
j ret_from_irq
nop
END(decstation_handle_int)