Commit 99af900a authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Make do_default_vi static

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent df6b106b
......@@ -927,7 +927,7 @@ asmlinkage void do_reserved(struct pt_regs *regs)
(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);
panic("Caught unexpected vectored interrupt.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment