Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243313
b: refs/heads/master
c: 459960d
h: refs/heads/master
i:
  243311: d01e96f
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 26035b1 commit 3efc8da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: a2178334e9e7bb0fc11c9706114b43dbdd612ce4
refs/heads/master: 459960d831d14924eb4bcccadeb03ec81a1f524c
9 changes: 0 additions & 9 deletions trunk/arch/ia64/kernel/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,18 +450,9 @@ static void
iosapic_ack_edge_irq (struct irq_data *data)
{
unsigned int irq = data->irq;
struct irq_desc *idesc = irq_desc + irq;

irq_complete_move(irq);
move_native_irq(irq);
/*
* Once we have recorded IRQ_PENDING already, we can mask the
* interrupt for real. This prevents IRQ storms from unhandled
* devices.
*/
if ((idesc->status & (IRQ_PENDING|IRQ_DISABLED)) ==
(IRQ_PENDING|IRQ_DISABLED))
mask_irq(data);
}

#define iosapic_enable_edge_irq unmask_irq
Expand Down

0 comments on commit 3efc8da

Please sign in to comment.