diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2011-07-04 19:03:54 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-06 08:43:03 +0900 |
commit | 152c036a8096ed219c965957acb63490a2c0c963 (patch) | |
tree | 4a189a6107b3d548e5ef2ef1157320d979879526 /arch | |
parent | 27ea7fd2889eb93041480b18de655b1ff003e05d (diff) | |
download | linux-3.10-152c036a8096ed219c965957acb63490a2c0c963.tar.gz linux-3.10-152c036a8096ed219c965957acb63490a2c0c963.tar.bz2 linux-3.10-152c036a8096ed219c965957acb63490a2c0c963.zip |
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 <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-exynos4/headsmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/linkage.h> #include <linux/init.h> - __INIT + __CPUINIT /* * exynos4 specific entry point for secondary CPUs. This provides |