Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64229
b: refs/heads/master
c: 8b7f071
h: refs/heads/master
i:
  64227: 81ed47d
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 23, 2007
1 parent 5e6266b commit af7d44d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 436bbd431d41e0fd3bfedb0312ab764b291ddf82
refs/heads/master: 8b7f07155f8ee1536da2f9590f1aa9383afefb6b
2 changes: 2 additions & 0 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ void free_irq(unsigned int irq, void *dev_id)
* We do this after actually deregistering it, to make sure that
* a 'real' IRQ doesn't run in parallel with our fake
*/
local_irq_save(flags);
handler(irq, dev_id);
local_irq_restore(flags);
}
#endif
}
Expand Down

0 comments on commit af7d44d

Please sign in to comment.