projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
955d295
)
ARM: 7134/1: Revert "EXYNOS4: Fix routing timer interrupt to offline CPU"
author
Kukjin Kim
<
[email protected]
>
Fri, 14 Oct 2011 11:47:01 +0000
(12:47 +0100)
committer
Russell King
<
[email protected]
>
Sat, 5 Nov 2011 19:09:44 +0000
(19:09 +0000)
This reverts commit
4bd0fe1c78623062263cf5ae875fd484c5b8256d
.
This implementation can introduce a problem and 'ARM: SMP: fix
per cpu timer setup before the cpu is marked online' patch can
solve the cpu_oneline vs. cpu_active problem so that should be
reverted.
Signed-off-by: Kukjin Kim <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-exynos4/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos4/platsmp.c
b/arch/arm/mach-exynos4/platsmp.c
index 05595407e9ffd688b516c24387e11c09186bf912..69ffb2fb38755c795a541903e0a4071237be71fa 100644
(file)
--- 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)
*/
spin_lock(&boot_lock);
spin_unlock(&boot_lock);
-
- set_cpu_online(cpu, true);
}
int __cpuinit boot_secondary(unsigned int cpu, struct task_struct *idle)