Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / arch / arm64 / kernel / cpu_ops.c
index c7cfb8fe06f94c7f5113abf0cb624980e4227127..e137ceaf5016b2d796e6703058d6f62209955059 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <linux/acpi.h>
+#include <linux/cache.h>
 #include <linux/errno.h>
 #include <linux/of.h>
 #include <linux/string.h>
@@ -28,7 +29,7 @@ extern const struct cpu_operations smp_spin_table_ops;
 extern const struct cpu_operations acpi_parking_protocol_ops;
 extern const struct cpu_operations cpu_psci_ops;
 
-const struct cpu_operations *cpu_ops[NR_CPUS];
+const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init;
 
 static const struct cpu_operations *dt_supported_cpu_ops[] __initconst = {
        &smp_spin_table_ops,
This page took 0.02399 seconds and 5 git commands to generate.