Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32573
b: refs/heads/master
c: 5af1c7a
h: refs/heads/master
i:
  32571: 45b33d0
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Jul 13, 2006
1 parent 0b255be commit 5fe3d16
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: 6e61e85b0980f7b88cd5c4b822386ed00dd7e295
refs/heads/master: 5af1c7a4d4942812c5172cc0806854837264fff5
2 changes: 1 addition & 1 deletion trunk/arch/mips/sibyte/bcm1480/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)
mask_l = __raw_readq(
IOADDR(base + R_BCM1480_IMR_INTERRUPT_STATUS_BASE_L));

if (!mask_h) {
if (mask_h) {
if (mask_h ^ 1)
do_IRQ(63 - dclz(mask_h), regs);
else
Expand Down

0 comments on commit 5fe3d16

Please sign in to comment.