]> git.ipfire.org Git - people/ms/linux.git/blobdiff - arch/arm/kernel/smp.c
Importing "grsecurity-3.1-3.19.2-201503201903.patch"
[people/ms/linux.git] / arch / arm / kernel / smp.c
index 86ef244c5a24b4fa80b20da26c5d522832a61d59..c518451a2fd76f54b78cf23b61a3ab3345c55d70 100644 (file)
@@ -76,7 +76,7 @@ enum ipi_msg_type {
 
 static DECLARE_COMPLETION(cpu_running);
 
-static struct smp_operations smp_ops;
+static struct smp_operations smp_ops __read_only;
 
 void __init smp_set_ops(struct smp_operations *ops)
 {