x86/IRQ: drop redundant cpumask_empty() from move_masked_irq()
authorJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2019 09:46:31 +0000 (11:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2019 09:46:31 +0000 (11:46 +0200)
commita2070da838048bd865c4ef459d702ba5e6daa5bb
treee1e4d450689d06fa6f1a4cf7c1f7ae3d9b508dcf
parentd2679f9834142d66af9dbadfa40d615128d9404f
x86/IRQ: drop redundant cpumask_empty() from move_masked_irq()

The subsequent cpumask_intersects() covers the "empty" case quite fine.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c