Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70919
b: refs/heads/master
c: 820b2d8
h: refs/heads/master
i:
  70917: 413b5cf
  70915: d13dde7
  70911: 47c2e5f
v: v3
  • Loading branch information
Ralf Baechle committed Oct 17, 2007
1 parent 3b19a08 commit 8c41916
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: c30db2480e8e6db08e64eb7e6778fb00bb01266f
refs/heads/master: 820b2d853bfa431c0c2ccba5adbae621b0303c42
2 changes: 1 addition & 1 deletion trunk/arch/mips/au1000/pb1200/irqmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ irqreturn_t pb1200_cascade_handler( int irq, void *dev_id)
bcsr->int_status = bisr;
for( ; bisr; bisr &= (bisr-1) )
{
extirq_nr = PB1200_INT_BEGIN + au_ffs(bisr);
extirq_nr = PB1200_INT_BEGIN + ffs(bisr);
/* Ack and dispatch IRQ */
do_IRQ(extirq_nr);
}
Expand Down

0 comments on commit 8c41916

Please sign in to comment.