Re: [net-next,v2] cpumask: make cpumask_next_wrap available without smp

2018-08-13 Thread Willem de Bruijn
On Mon, Aug 13, 2018 at 6:01 PM Krzysztof Kozlowski wrote: > > On Sun, Aug 12, 2018 at 09:14:03AM -0400, Willem de Bruijn wrote: > > From: Willem de Bruijn > > > > The kbuild robot shows build failure on machines without CONFIG_SMP: > > If this was reported by kbuild robot, then could you credit

Re: [net-next,v2] cpumask: make cpumask_next_wrap available without smp

2018-08-13 Thread Krzysztof Kozlowski
On Sun, Aug 12, 2018 at 09:14:03AM -0400, Willem de Bruijn wrote: > From: Willem de Bruijn > > The kbuild robot shows build failure on machines without CONFIG_SMP: If this was reported by kbuild robot, then could you credit him with Reported-by? > > drivers/net/virtio_net.c:1916:10: error: >

Re: [PATCH net-next v2] cpumask: make cpumask_next_wrap available without smp

2018-08-13 Thread David Miller
From: Willem de Bruijn Date: Sun, 12 Aug 2018 09:14:03 -0400 > From: Willem de Bruijn > > The kbuild robot shows build failure on machines without CONFIG_SMP: > > drivers/net/virtio_net.c:1916:10: error: > implicit declaration of function 'cpumask_next_wrap' > > cpumask_next_wrap is exp

[PATCH net-next v2] cpumask: make cpumask_next_wrap available without smp

2018-08-12 Thread Willem de Bruijn
From: Willem de Bruijn The kbuild robot shows build failure on machines without CONFIG_SMP: drivers/net/virtio_net.c:1916:10: error: implicit declaration of function 'cpumask_next_wrap' cpumask_next_wrap is exported from lib/cpumask.o, which has lib-$(CONFIG_SMP) += cpumask.o same a