From: Arnd Bergmann
Date: Mon, 13 Aug 2018 23:55:16 +0200
> The virtio_net driver has become the first one to call cpumask_next_wrap()
> even if CONFIG_SMP is disabled, leading to a build error:
>
> drivers/net/virtio_net.c: In function 'virtnet_set_affinity':
> drivers/net/virtio_net.c:1916:10:
On Tue, Aug 14, 2018 at 12:02 AM Caleb Raitto wrote:
>
> On Mon, Aug 13, 2018 at 2:55 PM Arnd Bergmann wrote:
> >
> > The virtio_net driver has become the first one to call cpumask_next_wrap()
> > even if CONFIG_SMP is disabled, leading to a build error:
> >
> > drivers/net/virtio_net.c: In funct
On Mon, Aug 13, 2018 at 2:55 PM Arnd Bergmann wrote:
>
> The virtio_net driver has become the first one to call cpumask_next_wrap()
> even if CONFIG_SMP is disabled, leading to a build error:
>
> drivers/net/virtio_net.c: In function 'virtnet_set_affinity':
> drivers/net/virtio_net.c:1916:10: erro
The virtio_net driver has become the first one to call cpumask_next_wrap()
even if CONFIG_SMP is disabled, leading to a build error:
drivers/net/virtio_net.c: In function 'virtnet_set_affinity':
drivers/net/virtio_net.c:1916:10: error: implicit declaration of function
'cpumask_next_wrap'; did you
4 matches
Mail list logo