These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / pmcs-msp71xx / msp_irq_cic.c
index 1207ec4..8b9cf64 100644 (file)
@@ -88,7 +88,8 @@ static void unmask_cic_irq(struct irq_data *d)
        * Make sure we have IRQ affinity.  It may have changed while
        * we were processing the IRQ.
        */
-       if (!cpumask_test_cpu(smp_processor_id(), d->affinity))
+       if (!cpumask_test_cpu(smp_processor_id(),
+                             irq_data_get_affinity_mask(d)))
                return;
 #endif