From 1e8c95d69105b12f3535a3ea32982b5d54d0f2b6 Mon Sep 17 00:00:00 2001 From: Kukjin Kim Date: Wed, 24 Aug 2011 20:05:21 +0900 Subject: [PATCH] --- yaml --- r: 264008 b: refs/heads/master c: 4bd0fe1c78623062263cf5ae875fd484c5b8256d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos4/platsmp.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8fb8f14952f4..c5d5ca9debcb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d487d7ed46b9172664073dde324f55f9ab50f18 +refs/heads/master: 4bd0fe1c78623062263cf5ae875fd484c5b8256d diff --git a/trunk/arch/arm/mach-exynos4/platsmp.c b/trunk/arch/arm/mach-exynos4/platsmp.c index 7c2282c6ba81..df6ef1b2f98b 100644 --- a/trunk/arch/arm/mach-exynos4/platsmp.c +++ b/trunk/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)