|
@@ -518,6 +518,8 @@ static int meta_intc_set_affinity(struct irq_data *data,
|
|
|
|
|
|
metag_out32(TBI_TRIG_VEC(TBID_SIGNUM_TR2(thread)), vec_addr);
|
|
|
|
|
|
+ irq_data_update_effective_affinity(data, cpumask_of(cpu));
|
|
|
+
|
|
|
return 0;
|
|
|
}
|
|
|
#else
|
|
@@ -578,6 +580,8 @@ static int meta_intc_map(struct irq_domain *d, unsigned int irq,
|
|
|
else
|
|
|
irq_set_chip_and_handler(irq, &meta_intc_edge_chip,
|
|
|
handle_edge_irq);
|
|
|
+
|
|
|
+ irqd_set_single_target(irq_desc_get_irq_data(irq_to_desc(irq)));
|
|
|
return 0;
|
|
|
}
|
|
|
|