Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56006
b: refs/heads/master
c: 856a514
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed May 11, 2007
1 parent ec88784 commit d1f9b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 99af900aef048f4923e71bb72f88cc556241a0d4
refs/heads/master: 856a514b408fd1b147bf95916811980982fa40d0
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,9 @@ asmlinkage void do_reserved(struct pt_regs *regs)
(regs->cp0_cause & 0x7f) >> 2);
}

static asmlinkage void do_default_vi(struct pt_regs *regs)
static asmlinkage void do_default_vi(void)
{
show_regs(regs);
show_regs(get_irq_regs());
panic("Caught unexpected vectored interrupt.");
}

Expand Down

0 comments on commit d1f9b47

Please sign in to comment.