[PATCH] arm: socfpga: fix build break for allyesconfig

Arnd Bergmann arnd at arndb.de
Fri Oct 26 17:26:49 EDT 2012


On Friday 26 October 2012, dinguyen at altera.com wrote:
>  ENTRY(secondary_trampoline)
> +#if __LINUX_ARM_ARCH__ >= 7
>         movw    r0, #:lower16:CPU1_START_ADDR
>         movt  r0, #:upper16:CPU1_START_ADDR
> +#endif

I don't think this is the right fix, because it will break
running on SMP socfpga machines if you enable both socfpga
and picoxcell in a multiplatform configuration.

	Arnd



More information about the linux-arm-kernel mailing list