Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138824
b: refs/heads/master
c: e06b1b5
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed Mar 25, 2009
1 parent 0086e2c commit d0159d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: f56e5034121c4911a155ba907076ab920754626d
refs/heads/master: e06b1b56f9bfcc91e1f175fe8d8bf3e35dafa080
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,10 @@ set_desc_affinity(struct irq_desc *desc, const struct cpumask *mask)

/* check that before desc->addinity get updated */
set_extra_move_desc(desc, mask);
cpumask_and(desc->affinity, cfg->domain, mask);

return apic->cpu_mask_to_apicid_and(desc->affinity, cpu_online_mask);
cpumask_copy(desc->affinity, mask);

return apic->cpu_mask_to_apicid_and(desc->affinity, cfg->domain);
}

static void
Expand Down

0 comments on commit d0159d9

Please sign in to comment.