Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234682
b: refs/heads/master
c: cfe08bb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 12, 2011
1 parent f79dc1f commit 2580455
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: abb0052289e58140d933b29491f59e4be0a19727
refs/heads/master: cfe08bba1e0017d94a8f738a195d3a2b479327e3
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ void fixup_irqs(void)
data = &desc->irq_data;
affinity = data->affinity;
if (!irq_has_action(irq) ||
cpumask_equal(affinity, cpu_online_mask)) {
cpumask_subset(affinity, cpu_online_mask)) {
raw_spin_unlock(&desc->lock);
continue;
}
Expand Down

0 comments on commit 2580455

Please sign in to comment.