Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57405
b: refs/heads/master
c: 6ba07e5
h: refs/heads/master
i:
  57403: a8b06ca
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jun 6, 2007
1 parent a4e9359 commit 611a87d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 490dcc4d309141b622107ad5ad82674a01e089bc
refs/heads/master: 6ba07e590d1f841a5d0539978399b852a015ab53
12 changes: 6 additions & 6 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,12 +927,6 @@ asmlinkage void do_reserved(struct pt_regs *regs)
(regs->cp0_cause & 0x7f) >> 2);
}

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

/*
* Some MIPS CPUs can enable/disable for cache parity detection, but do
* it different ways.
Expand Down Expand Up @@ -1128,6 +1122,12 @@ void mips_srs_free(int set)
clear_bit(set, &sr->sr_allocated);
}

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

static void *set_vi_srs_handler(int n, vi_handler_t addr, int srs)
{
unsigned long handler;
Expand Down

0 comments on commit 611a87d

Please sign in to comment.