|
@@ -351,7 +351,7 @@ static void rockchip_cpu_die(unsigned int cpu)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-static struct smp_operations rk3036_smp_ops __initdata = {
|
|
|
+static const struct smp_operations rk3036_smp_ops __initconst = {
|
|
|
.smp_prepare_cpus = rk3036_smp_prepare_cpus,
|
|
|
.smp_boot_secondary = rockchip_boot_secondary,
|
|
|
#ifdef CONFIG_HOTPLUG_CPU
|