diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-09-15 17:28:07 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-09-15 17:28:07 +0200 |
commit | c488637cf0e028ed7973614ee708f94b4dc9c16e (patch) | |
tree | f0ef60051548821e02f8dae8d969e1e90d9c30da /arch/arm/mach-exynos4/platsmp.c | |
parent | 72cc205611879525db0374d9831f84f787112b25 (diff) | |
parent | d03c35939d2a447093e60133156217d6512aa9e3 (diff) | |
download | lwn-c488637cf0e028ed7973614ee708f94b4dc9c16e.tar.gz lwn-c488637cf0e028ed7973614ee708f94b4dc9c16e.zip |
Merge branch 'samsung-fixes-2' of git://github.com/kgene/linux-samsung into HEAD
Diffstat (limited to 'arch/arm/mach-exynos4/platsmp.c')
-rw-r--r-- | arch/arm/mach-exynos4/platsmp.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |