summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorUlrich Hecht2013-01-10 11:16:44 +0100
committerSimon Horman2013-01-30 05:07:59 +0100
commitdc784e73b45dc055f9dcb174ea5753ea020516fc (patch)
tree2210c5eb0f90aa33d0296f93da2ec6d1d9d03eef /arch/arm/mach-shmobile
parentARM: mach-shmobile: add shmobile_cpu_disable_any() (diff)
downloadkernel-qcow2-linux-dc784e73b45dc055f9dcb174ea5753ea020516fc.tar.gz
kernel-qcow2-linux-dc784e73b45dc055f9dcb174ea5753ea020516fc.tar.xz
kernel-qcow2-linux-dc784e73b45dc055f9dcb174ea5753ea020516fc.zip
ARM: mach-shmobile: sh73a0: allow unplugging of CPU0
sh73a0 deals fine with disabling any core, so we should permit it. Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/smp-sh73a0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/smp-sh73a0.c b/arch/arm/mach-shmobile/smp-sh73a0.c
index 9812ea3255c9..acb46a94ccdf 100644
--- a/arch/arm/mach-shmobile/smp-sh73a0.c
+++ b/arch/arm/mach-shmobile/smp-sh73a0.c
@@ -143,6 +143,6 @@ struct smp_operations sh73a0_smp_ops __initdata = {
#ifdef CONFIG_HOTPLUG_CPU
.cpu_kill = sh73a0_cpu_kill,
.cpu_die = sh73a0_cpu_die,
- .cpu_disable = shmobile_cpu_disable,
+ .cpu_disable = shmobile_cpu_disable_any,
#endif
};