Re: [PATCH] cpumask: provide a dummy cpumask_next_wrap

2018-08-13 Thread David Miller
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:

Re: [PATCH] cpumask: provide a dummy cpumask_next_wrap

2018-08-13 Thread Arnd Bergmann
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

Re: [PATCH] cpumask: provide a dummy cpumask_next_wrap

2018-08-13 Thread Caleb Raitto
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

[PATCH] cpumask: provide a dummy cpumask_next_wrap

2018-08-13 Thread Arnd Bergmann
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