mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
[MIPS] Make do_default_vi static
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
df6b106bf0
commit
99af900aef
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user