|
@@ -143,6 +143,6 @@ struct smp_operations sh73a0_smp_ops __initdata = {
|
|
#ifdef CONFIG_HOTPLUG_CPU
|
|
#ifdef CONFIG_HOTPLUG_CPU
|
|
.cpu_kill = sh73a0_cpu_kill,
|
|
.cpu_kill = sh73a0_cpu_kill,
|
|
.cpu_die = sh73a0_cpu_die,
|
|
.cpu_die = sh73a0_cpu_die,
|
|
- .cpu_disable = shmobile_cpu_disable,
|
|
|
|
|
|
+ .cpu_disable = shmobile_cpu_disable_any,
|
|
#endif
|
|
#endif
|
|
};
|
|
};
|