Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319598
b: refs/heads/master
c: 6c2be5c
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Jul 23, 2012
1 parent 028beb1 commit 932e1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 278bf05cf68a6e5e965c85217ddc1318d18fcbf7
refs/heads/master: 6c2be5cf1d4e70e98d995f9c403b5fbe7b5f2a80
5 changes: 1 addition & 4 deletions trunk/arch/mips/alchemy/devboards/bcsr.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ static void bcsr_csc_handler(unsigned int irq, struct irq_desc *d)
unsigned short bisr = __raw_readw(bcsr_virt + BCSR_REG_INTSTAT);

disable_irq_nosync(irq);

for ( ; bisr; bisr &= bisr - 1)
generic_handle_irq(bcsr_csc_base + __ffs(bisr));

generic_handle_irq(bcsr_csc_base + __ffs(bisr));
enable_irq(irq);
}

Expand Down

0 comments on commit 932e1f0

Please sign in to comment.