select a single CPU as the destination of the interrupt.
This is to deal with the fact that the default smp affinity was
-changed by commit 18404756765c713a0be4eb1082920c04822ce588 ("genirq
+changed by commit 18404756765c713a0be4eb1082920c04822ce588 ("genirq:
Expose default irq affinity mask (take 3)") to be all CPUs.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
+ unsigned long flags;
+
+ /* Round-robin distribution... */
-+ do_round_robin
++ do_round_robin:
+ spin_lock_irqsave(&irq_rover_lock, flags);
+
+ while (!cpu_online(irq_rover)) {