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

From: Arnd Bergmann
Date: Fri May 23 2014 - 15:28:10 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/