Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192209
b: refs/heads/master
c: e58aa3d
h: refs/heads/master
i:
  192207: 2d6e1a4
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed Apr 13, 2010
1 parent af7b1b7 commit 47ac292
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: ae731f8d0785ccd3380f511bae888933b6562e45
refs/heads/master: e58aa3d2d0cc01ad8d6f7f640a0670433f794922
3 changes: 0 additions & 3 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,6 @@ irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action)
irqreturn_t ret, retval = IRQ_NONE;
unsigned int status = 0;

if (!(action->flags & IRQF_DISABLED))
local_irq_enable_in_hardirq();

do {
trace_irq_handler_entry(irq, action);
ret = action->handler(irq, action->dev_id);
Expand Down

0 comments on commit 47ac292

Please sign in to comment.