Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64935
b: refs/heads/master
c: 48d480b
h: refs/heads/master
i:
  64933: 1ea39af
  64931: f640463
  64927: 154ef7b
v: v3
  • Loading branch information
Ralf Baechle committed Sep 14, 2007
1 parent 0ffdb28 commit 4b8b786
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: 6440fcfc62767028a2bbdf742549d24f6a023004
refs/heads/master: 48d480b0bde794781fcae9501fb043c1bac0e523
2 changes: 1 addition & 1 deletion trunk/arch/mips/mips-boards/malta/malta_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ asmlinkage void plat_irq_dispatch(void)

if (irq == MIPSCPU_INT_I8259A)
malta_hw0_irqdispatch();
else if (irq > 0)
else if (irq >= 0)
do_IRQ(MIPS_CPU_IRQ_BASE + irq);
else
spurious_interrupt();
Expand Down

0 comments on commit 4b8b786

Please sign in to comment.