aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos4/platsmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos4/platsmp.c b/arch/arm/mach-exynos4/platsmp.c
index 05595407e9f..69ffb2fb387 100644
--- a/arch/arm/mach-exynos4/platsmp.c
+++ b/arch/arm/mach-exynos4/platsmp.c
@@ -110,8 +110,6 @@ void __cpuinit platform_secondary_init(unsigned int cpu)
110 */ 110 */
111 spin_lock(&boot_lock); 111 spin_lock(&boot_lock);
112 spin_unlock(&boot_lock); 112 spin_unlock(&boot_lock);
113
114 set_cpu_online(cpu, true);
115} 113}
116 114
117int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle) 115int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)