Merge branch 'topic/ppc-kvm' into next
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / setup-common.c
index 1729bf409562c002f97d38db8a665588416d2bff..70dc10aa0ccf3ae773d1077c7466aa6b940283ff 100644 (file)
@@ -401,8 +401,8 @@ void __init check_for_initrd(void)
 
 #ifdef CONFIG_SMP
 
-int threads_per_core, threads_per_subcore, threads_shift;
-cpumask_t threads_core_mask;
+int threads_per_core, threads_per_subcore, threads_shift __read_mostly;
+cpumask_t threads_core_mask __read_mostly;
 EXPORT_SYMBOL_GPL(threads_per_core);
 EXPORT_SYMBOL_GPL(threads_per_subcore);
 EXPORT_SYMBOL_GPL(threads_shift);