X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fmach-exynos4%2Fplatsmp.c;h=df6ef1b2f98b8b65ef7f881bc788afba81dfd0fa;hb=695d16f7870847c304a8cb9555572b07a541d4ee;hp=7c2282c6ba812496b0637e871427ed22bae81316;hpb=8554cc18db47a4d2876852dad72ce3fb0561c3a7;p=pandora-kernel.git diff --git a/arch/arm/mach-exynos4/platsmp.c b/arch/arm/mach-exynos4/platsmp.c index 7c2282c6ba81..df6ef1b2f98b 100644 --- a/arch/arm/mach-exynos4/platsmp.c +++ b/arch/arm/mach-exynos4/platsmp.c @@ -106,6 +106,8 @@ void __cpuinit platform_secondary_init(unsigned int cpu) */ spin_lock(&boot_lock); spin_unlock(&boot_lock); + + set_cpu_online(cpu, true); } int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)