From: Stephen Rothwell on
Hi Tejun,

After merging the final tree, today's linux-next build (powerpc
allnoconfig) failed like this:

kernel/workqueue.c: In function 'alloc_cwqs':
kernel/workqueue.c:2634: error: 'CONFIG_SMP' undeclared (first use in this function)
kernel/workqueue.c: In function 'free_cwqs':
kernel/workqueue.c:2659: error: 'CONFIG_SMP' undeclared (first use in this function)

Caused by commit f34217977d717385a3e9fd7018ac39fade3964c0 ("workqueue:
implement unbound workqueue"). Config symbols need to be checked for
being defined ...

I have used the workqueues tree from next-20100719 for today.

--
Cheers,
Stephen Rothwell sfr(a)canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Tejun Heo on
On 07/20/2010 07:10 AM, Stephen Rothwell wrote:
> Hi Tejun,
>
> After merging the final tree, today's linux-next build (powerpc
> allnoconfig) failed like this:
>
> kernel/workqueue.c: In function 'alloc_cwqs':
> kernel/workqueue.c:2634: error: 'CONFIG_SMP' undeclared (first use in this function)
> kernel/workqueue.c: In function 'free_cwqs':
> kernel/workqueue.c:2659: error: 'CONFIG_SMP' undeclared (first use in this function)
>
> Caused by commit f34217977d717385a3e9fd7018ac39fade3964c0 ("workqueue:
> implement unbound workqueue"). Config symbols need to be checked for
> being defined ...

Heh, yeah, I have no idea what I was thinking. Will fix up soon.

Thanks.

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