mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Simon Horman
parent
0f234d91b8
commit
dc784e73b4
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user