Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc784e73 authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman
Browse files

ARM: mach-shmobile: sh73a0: allow unplugging of CPU0



sh73a0 deals fine with disabling any core, so we should permit it.

Signed-off-by: default avatarUlrich Hecht <ulrich.hecht@gmail.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 0f234d91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
};