Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5895a9c0 authored by Kukjin Kim's avatar Kukjin Kim Committed by Russell King
Browse files

ARM: 7134/1: Revert "EXYNOS4: Fix routing timer interrupt to offline CPU"



This reverts commit 4bd0fe1c.

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: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 955d2953
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)