Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125371
b: refs/heads/master
c: d733e00
h: refs/heads/master
i:
  125369: 6853d78
  125367: 2c885ae
v: v3
  • Loading branch information
Ingo Molnar committed Dec 17, 2008
1 parent 680a624 commit 323137a
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: 855caa37b9b61c1ccfeb91a2bc04d90bfc5e4525
refs/heads/master: d733e00d7c10cc68333fbb88108bb15bb044f61b
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,14 @@ void arch_free_chip_data(struct irq_desc *old_desc, struct irq_desc *desc)
}
}

static void set_extra_move_desc(struct irq_desc *desc, cpumask_t mask)
static void
set_extra_move_desc(struct irq_desc *desc, const struct cpumask *mask)
{
struct irq_cfg *cfg = desc->chip_data;

if (!cfg->move_in_progress) {
/* it means that domain is not changed */
if (!cpus_intersects(desc->affinity, mask))
if (!cpumask_intersects(&desc->affinity, mask))
cfg->move_desc_pending = 1;
}
}
Expand Down

0 comments on commit 323137a

Please sign in to comment.