Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40080
b: refs/heads/master
c: ba38cdf
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 19, 2006
1 parent ac2c1e5 commit f41e541
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 22c56c3a03b377d21d8363f737aa2a855d892458
refs/heads/master: ba38cdf94285a1fc6a01fd493bdc5304bc83f61e
3 changes: 2 additions & 1 deletion trunk/arch/mips/mips-boards/malta/malta_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <asm/i8259.h>
#include <asm/irq_cpu.h>
#include <asm/io.h>
#include <asm/irq_regs.h>
#include <asm/mips-boards/malta.h>
#include <asm/mips-boards/maltaint.h>
#include <asm/mips-boards/piix4.h>
Expand Down Expand Up @@ -131,7 +132,7 @@ static void corehi_irqdispatch(void)
unsigned int intedge, intsteer, pcicmd, pcibadaddr;
unsigned int pcimstat, intisr, inten, intpol;
unsigned int intrcause,datalo,datahi;
struct pt_regs *regs;
struct pt_regs *regs = get_irq_regs();

printk("CoreHI interrupt, shouldn't happen, so we die here!!!\n");
printk("epc : %08lx\nStatus: %08lx\n"
Expand Down

0 comments on commit f41e541

Please sign in to comment.