[PATCH RESEND] ARM: trusted_foundations: fix compile error on non-SMP

Arnd Bergmann arnd at arndb.de
Fri May 23 12:27:56 PDT 2014


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



More information about the linux-arm-kernel mailing list