提交 99af900a 编写于 作者: R Ralf Baechle

[MIPS] Make do_default_vi static

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 df6b106b
...@@ -927,7 +927,7 @@ asmlinkage void do_reserved(struct pt_regs *regs) ...@@ -927,7 +927,7 @@ asmlinkage void do_reserved(struct pt_regs *regs)
(regs->cp0_cause & 0x7f) >> 2); (regs->cp0_cause & 0x7f) >> 2);
} }
asmlinkage void do_default_vi(struct pt_regs *regs) static asmlinkage void do_default_vi(struct pt_regs *regs)
{ {
show_regs(regs); show_regs(regs);
panic("Caught unexpected vectored interrupt."); panic("Caught unexpected vectored interrupt.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册