From: Magnus Damm Date: Wed, 28 Dec 2011 07:44:06 +0000 (+0900) Subject: ARM: mach-shmobile: Fix headsmp.S code to use CPUINIT X-Git-Tag: v3.3-rc1~90^2~2^3~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0eab3889e4b5b71e1609c9850f652f06a812cf5;p=pandora-kernel.git ARM: mach-shmobile: Fix headsmp.S code to use CPUINIT Convert the low level SMP assembly code for SH-Mobile ARM from using the INIT to the CPUINIT section. This unbreaks onlining of CPUs using the CPU hotplug interface: echo 1 > /sys/devices/system/cpu/cpu1/online Without this fix the reset vector code used by CPU hotplug will be freed as init section data and CPU cores cannot be brought online. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed