Merge branch 'akpm-current/current'
[deliverable/linux.git] / arch / arm / kernel / smp.c
index 173ad30c20e0f7d4c6a402b82b532de8f6ca28a8..7dd14e8395e62976b3083f677b0e4d2ea0d71d95 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)
 {
This page took 0.025572 seconds and 5 git commands to generate.