The subsequent cpumask_intersects() covers the "empty" case quite fine.
Signed-off-by: Jan Beulich <[email protected]> --- a/xen/arch/x86/irq.c +++ b/xen/arch/x86/irq.c @@ -638,9 +638,6 @@ void move_masked_irq(struct irq_desc *de desc->status &= ~IRQ_MOVE_PENDING; - if (unlikely(cpumask_empty(pending_mask))) - return; - if (!desc->handler->set_affinity) return; _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
