Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243360
b: refs/heads/master
c: 0f421c9
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent e5bfe3e commit 89e4528
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: db3b3602b90bcdc220b48f473010a4663310d95d
refs/heads/master: 0f421c9dc2c9760db5381a75ce81433e31472e0b
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/irq-mb93093.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static irqreturn_t fpga_interrupt(int irq, void *_mask)
irq = 31 - irq;
mask &= ~(1 << irq);

generic_irq_handle(IRQ_BASE_FPGA + irq);
generic_handle_irq(IRQ_BASE_FPGA + irq);
}

return IRQ_HANDLED;
Expand Down

0 comments on commit 89e4528

Please sign in to comment.