Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140040
b: refs/heads/master
c: 2d6d79b
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Kyle McMartin committed Mar 31, 2009
1 parent 269f1ff commit e968d3a
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: c48faf86b0d59cc43ff4eede59c4af7afbd7c0ff
refs/heads/master: 2d6d79bbe589b74c0a6612fc88e4d150f8dfa1e1
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ static void iosapic_set_affinity_irq(unsigned int irq,
if (dest_cpu < 0)
return;

irq_desc[irq].affinity = cpumask_of_cpu(dest_cpu);
cpumask_copy(irq_desc[irq].affinity, cpumask_of(dest_cpu));
vi->txn_addr = txn_affinity_addr(irq, dest_cpu);

spin_lock_irqsave(&iosapic_lock, flags);
Expand Down

0 comments on commit e968d3a

Please sign in to comment.