Commit 7067d292 authored by David Mosberger's avatar David Mosberger

ia64: Quiet another compiler-warning.

parent 4006f663
......@@ -293,7 +293,7 @@ iosapic_set_affinity (unsigned int irq, cpumask_t mask)
irq &= (~IA64_IRQ_REDIRECTED);
vec = irq_to_vector(irq);
if (cpus_empty(mask) || vec >= IA64_NUM_VECTORS)
if (cpus_empty(mask))
return;
dest = cpu_physical_id(first_cpu(mask));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment