Merge branches 'misc' and 'sa1111-base' into for-linus
[cascardo/linux.git] / arch / arm / kernel / smp.c
index 8615216..937c892 100644 (file)
@@ -82,7 +82,7 @@ enum ipi_msg_type {
 
 static DECLARE_COMPLETION(cpu_running);
 
-static struct smp_operations smp_ops;
+static struct smp_operations smp_ops __ro_after_init;
 
 void __init smp_set_ops(const struct smp_operations *ops)
 {