Skip to content
Commit 873e9f7a authored by Magnus Damm's avatar Magnus Damm Committed by Arnd Bergmann
Browse files

ARM: shmobile: fix platsmp.c build when ARCH_SH73A0=n

Fix build error in the case of SMP=y but ARCH_SH73A0=n
introduced by:

9601e873

 ARM: shmobile: fix smp build

The use of of_machine_is_compatible() will link in the
the SoC-specific symbols:
"sh73a0_get_core_count", "sh73a0_smp_prepare_cpus",
"sh73a0_secondary_init" and "sh73a0_boot_secondary".

This patch adds an ugly #ifdef wrapper as a stop-gap
solution.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Tested-by: default avatarTested-by: Simon Horman <horms@verge.net.au>
Acked-by: default avatar"Rafael J. Wysocki" <rjw@sisk.pl>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 78ee225f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment