Re: [PATCH net-next 6/8] net: thunderx: Rework interrupt handler

From: David Miller
Date: Fri Aug 28 2015 - 17:26:45 EST


From: Aleksey Makarov <aleksey.makarov@xxxxxxxxxx>
Date: Fri, 28 Aug 2015 17:59:58 +0300

> @@ -251,6 +251,8 @@ struct cmp_queue {
> void *desc;
> struct q_desc_mem dmem;
> struct cmp_queue_stats stats;
> + int irq;
> + cpumask_t affinity_mask;
> } ____cacheline_aligned_in_smp;
>
> struct snd_queue {

This new "affinity_mask" member is not used, please remove it and respin
this patch series.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/