Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288593
b: refs/heads/master
c: 540b60e
h: refs/heads/master
i:
  288591: d0cdad6
v: v3
  • Loading branch information
Alexander Gordeev authored and Thomas Gleixner committed Mar 9, 2012
1 parent e495fb4 commit 15ed6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b2a00178614e2cdd981a708d22a05c1ce4eadfd7
refs/heads/master: 540b60e24f3f4781d80e47122f0c4486a03375b8
2 changes: 1 addition & 1 deletion trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ static int irq_thread(void *data)
struct irqaction *action);
int wake;

if (force_irqthreads & test_bit(IRQTF_FORCED_THREAD,
if (force_irqthreads && test_bit(IRQTF_FORCED_THREAD,
&action->thread_flags))
handler_fn = irq_forced_thread_fn;
else
Expand Down

0 comments on commit 15ed6a8

Please sign in to comment.