Skip to content

Commit

Permalink
ARM: EXYNOS4: Address a section mismatch w/ suspend issue.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MyungJoo Ham authored and Kukjin Kim committed Jul 5, 2011
1 parent 27ea7fd commit 152c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos4/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/linkage.h>
#include <linux/init.h>

__INIT
__CPUINIT

/*
* exynos4 specific entry point for secondary CPUs. This provides
Expand Down

0 comments on commit 152c036

Please sign in to comment.