From: MyungJoo Ham Date: Mon, 4 Jul 2011 10:03:54 +0000 (+0900) Subject: ARM: EXYNOS4: Address a section mismatch w/ suspend issue. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=152c036a8096ed219c965957acb63490a2c0c963;p=mv-sheeva.git ARM: EXYNOS4: Address a section mismatch w/ suspend issue. The section mismatch in headsmp.S made hotplug stop working after the first instance of suspend-to-RAM and its wakeup. Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos4/headsmp.S b/arch/arm/mach-exynos4/headsmp.S index 6c6cfc50c46..3cdeb364754 100644 --- a/arch/arm/mach-exynos4/headsmp.S +++ b/arch/arm/mach-exynos4/headsmp.S @@ -13,7 +13,7 @@ #include #include - __INIT + __CPUINIT /* * exynos4 specific entry point for secondary CPUs. This provides