|
@@ -96,7 +96,7 @@ struct smp_operations hi3xxx_smp_ops __initdata = {
|
|
|
#endif
|
|
|
};
|
|
|
|
|
|
-static void __init hix5hd2_smp_prepare_cpus(unsigned int max_cpus)
|
|
|
+static void __init hisi_common_smp_prepare_cpus(unsigned int max_cpus)
|
|
|
{
|
|
|
hisi_enable_scu_a9();
|
|
|
}
|
|
@@ -125,7 +125,7 @@ static int hix5hd2_boot_secondary(unsigned int cpu, struct task_struct *idle)
|
|
|
|
|
|
|
|
|
struct smp_operations hix5hd2_smp_ops __initdata = {
|
|
|
- .smp_prepare_cpus = hix5hd2_smp_prepare_cpus,
|
|
|
+ .smp_prepare_cpus = hisi_common_smp_prepare_cpus,
|
|
|
.smp_boot_secondary = hix5hd2_boot_secondary,
|
|
|
#ifdef CONFIG_HOTPLUG_CPU
|
|
|
.cpu_die = hix5hd2_cpu_die,
|