>>> On 14.03.19 at 10:59, <jgr...@suse.com> wrote: > @@ -1892,8 +1891,7 @@ static void __init check_timer(void) > vector = IRQ0_VECTOR; > clear_irq_vector(0); > > - cpumask_setall(&mask_all); > - if ((ret = bind_irq_vector(0, vector, &mask_all))) > + if ((ret = bind_irq_vector(0, vector, &cpumask_all)))
Since you replace the users of cpumask_setall(), wouldn't it be better to also remove that function from the header? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel