On Friday 23 May 2014, Sergei Shtylyov wrote: > > +#if IS_ENABLED(CONFIG_SMP) > > if (IS_ENABLED(CONFIG_SMP)) > > > setup_max_cpus = 0; > > +#endif > That wouldn't help to fix the build error when setup_max_cpus is not declared. Arnd