Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56005
b: refs/heads/master
c: 99af900
h: refs/heads/master
i:
  56003: 989ed6c
v: v3
  • Loading branch information
Ralf Baechle committed May 11, 2007
1 parent f425d2d commit ec88784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df6b106bf01a17a157013245c2851dec4d7b5a2b
refs/heads/master: 99af900aef048f4923e71bb72f88cc556241a0d4
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit ec88784

Please sign in to comment.