|
@@ -231,6 +231,8 @@ static int bcm6345_l1_set_affinity(struct irq_data *d,
|
|
|
}
|
|
|
raw_spin_unlock_irqrestore(&intc->lock, flags);
|
|
|
|
|
|
+ irq_data_update_effective_affinity(d, cpumask_of(new_cpu));
|
|
|
+
|
|
|
return IRQ_SET_MASK_OK_NOCOPY;
|
|
|
}
|
|
|
|
|
@@ -291,6 +293,7 @@ static int bcm6345_l1_map(struct irq_domain *d, unsigned int virq,
|
|
|
irq_set_chip_and_handler(virq,
|
|
|
&bcm6345_l1_irq_chip, handle_percpu_irq);
|
|
|
irq_set_chip_data(virq, d->host_data);
|
|
|
+ irqd_set_single_target(irq_desc_get_irq_data(irq_to_desc(virq)));
|
|
|
return 0;
|
|
|
}
|
|
|
|