[PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Tue Oct 10 02:25:42 PDT 2017
Hello!
On 10/10/2017 11:12 AM, Simon Horman wrote:
> From: Arnd Bergmann <arnd at arndb.de>
>
> A bugfix for the SMP case broke the build for the UP case:
>
> arch/arm/mach-shmobile/headsmp-apmu.o: In function `shmobile_boot_apmu':
> (.text+0x34): undefined reference to `secondary_startup'
>
> The assembler file mixes code that is used for SMP with code
> that we also need on a single-CPU build, so I'm leaving it
> always enabled in the Makefile, but enclose the SMP code
> in an #ifdef.
>
> 3fd45a136ff6 ("ARM: shmobile: rcar-gen2: Make sure CNTVOFF is initialized on CA7/15")
"Fixes:"?
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Acked-by: Geert Uytterhoeven <geert+renesas at glider.be>
> Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
[...]
MBR, Sergei
More information about the linux-arm-kernel
mailing list