Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263047
b: refs/heads/master
c: f3637a5
h: refs/heads/master
i:
  263045: 475f76a
  263043: 01ead4c
  263039: 21e9f95
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Thomas Gleixner committed Jul 28, 2011
1 parent ca2bb00 commit a5ee7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1dd75f91ae713049eb6baaa640078f3a6549e522
refs/heads/master: f3637a5f2e2eb391ff5757bc83fb5de8f9726464
1 change: 1 addition & 0 deletions trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@ int request_threaded_irq(unsigned int irq, irq_handler_t handler,
if (!thread_fn)
return -EINVAL;
handler = irq_default_primary_handler;
irqflags |= IRQF_ONESHOT;
}

action = kzalloc(sizeof(struct irqaction), GFP_KERNEL);
Expand Down

0 comments on commit a5ee7f5

Please sign in to comment.