ARM: tango: use const and __initconst for smp_operations
[linux-2.6-microblaze.git] / arch / arm / mach-tango / platsmp.c
index a18d5a3..a21f55e 100644 (file)
@@ -9,7 +9,7 @@ static int tango_boot_secondary(unsigned int cpu, struct task_struct *idle)
        return 0;
 }
 
-static struct smp_operations tango_smp_ops __initdata = {
+static const struct smp_operations tango_smp_ops __initconst = {
        .smp_boot_secondary     = tango_boot_secondary,
 };