-
由 Arnd Bergmann 提交于
For rcar-gen2, we build the SMP files even for UP configurations, and that just broke: arch/arm/mach-shmobile/built-in.o: In function `shmobile_smp_init_fallback_ops': pm-rcar-gen2.c:(.init.text+0x40c): undefined reference to `platform_can_secondary_boot' This adds an compile-time check before the call to platform_can_secondary_boot, turning the function into an empty stub for UP configurations. Signed-off-by: NArnd Bergmann <arnd@arndb.de> Fixes: c21af444 ("ARM: shmobile: smp: Add function to prioritize DT SMP") Acked-by: NGeert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: NOlof Johansson <olof@lixom.net>
869ec056