Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96364
b: refs/heads/master
c: a57a0b1
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Uwe Kleine-König committed Apr 25, 2008
1 parent 5eb1f68 commit d8d50bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a13c81952444d032ad3b5b7027b330150dbe2408
refs/heads/master: a57a0b1d0f66da5ff5dc8f1a5a999f4d2f66090a
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-ns9xxx/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ void handle_prio_irq(unsigned int irq, struct irq_desc *desc)

action_ret = handle_IRQ_event(irq, action);

/* XXX: There is no direct way to access noirqdebug, so check
* unconditionally for spurious irqs...
* Maybe this function should go to kernel/irq/chip.c? */
note_interrupt(irq, desc, action_ret);

spin_lock(&desc->lock);
desc->status &= ~IRQ_INPROGRESS;

Expand Down

0 comments on commit d8d50bc

Please sign in to comment.