Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[sfrench/cifs-2.6.git] / arch / arm / mach-exynos / firmware.c
index e81a78b125d98af5f76568bb72f701400c45c2a9..2a51e4603a6f425d5d00f3364ad4a7e14f40f8c9 100644 (file)
@@ -70,12 +70,7 @@ static int exynos_cpu_boot(int cpu)
 
        /*
         * The second parameter of SMC_CMD_CPU1BOOT command means CPU id.
-        * But, Exynos4212 has only one secondary CPU so second parameter
-        * isn't used for informing secure firmware about CPU id.
         */
-       if (soc_is_exynos4212())
-               cpu = 0;
-
        exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0);
        return 0;
 }