[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 1/2] xen: introduce a cpumask with all bits set



>>> On 14.03.19 at 10:59, <jgross@xxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.