diff mbox

[2/2] ARM: mach-shmobile: sh73a0: allow unplugging of CPU0

Message ID 1357813004-9549-3-git-send-email-ulrich.hecht@gmail.com (mailing list archive)
State Superseded
Commit dc784e73b45dc055f9dcb174ea5753ea020516fc
Headers show

Commit Message

Ulrich Hecht Jan. 10, 2013, 10:16 a.m. UTC
sh73a0 deals fine with disabling any core, so we should permit it.

Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
---
 arch/arm/mach-shmobile/smp-sh73a0.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/smp-sh73a0.c b/arch/arm/mach-shmobile/smp-sh73a0.c
index 624f00f..2d4fe08 100644
--- a/arch/arm/mach-shmobile/smp-sh73a0.c
+++ b/arch/arm/mach-shmobile/smp-sh73a0.c
@@ -141,6 +141,6 @@  struct smp_operations sh73a0_smp_ops __initdata = {
 #ifdef CONFIG_HOTPLUG_CPU
 	.cpu_kill		= sh73a0_cpu_kill,
 	.cpu_die		= shmobile_cpu_die,
-	.cpu_disable		= shmobile_cpu_disable,
+	.cpu_disable		= shmobile_cpu_disable_any,
 #endif
 };