Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125350
b: refs/heads/master
c: c8cae54
h: refs/heads/master
v: v3
  • Loading branch information
Mike Travis authored and Ingo Molnar committed Dec 16, 2008
1 parent 755b49b commit 5c3d7fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c3895b01e80d120e8d19435f7cb1fa4c60c4e269
refs/heads/master: c8cae544bba6aee0f5cb0756dbab1a71d2c68737
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ static void set_ir_ioapic_affinity_irq_desc(struct irq_desc *desc,
return;
}

migrate_ioapic_irq_desc(desc, mask);
migrate_ioapic_irq_desc(desc, *mask);
}
static void set_ir_ioapic_affinity_irq(unsigned int irq,
const struct cpumask *mask)
Expand Down Expand Up @@ -3203,7 +3203,7 @@ static void ir_set_msi_irq_affinity(unsigned int irq,
if (assign_irq_vector(irq, cfg, *mask))
return;

set_extra_move_desc(desc, mask);
set_extra_move_desc(desc, *mask);

cpumask_and(&tmp, &cfg->domain, mask);
dest = cpu_mask_to_apicid(tmp);
Expand Down

0 comments on commit 5c3d7fd

Please sign in to comment.