Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
[deliverable/linux.git] / arch / x86 / kernel / smpboot.c
index 668d8f2a8781ea11fab5110315a946171b0e274d..7a8f5845e8eb9140e849b52cabf852a82313e979 100644 (file)
@@ -99,7 +99,7 @@ EXPORT_PER_CPU_SYMBOL(cpu_core_map);
 DEFINE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map);
 
 /* Per CPU bogomips and other parameters */
-DEFINE_PER_CPU_SHARED_ALIGNED(struct cpuinfo_x86, cpu_info);
+DEFINE_PER_CPU_READ_MOSTLY(struct cpuinfo_x86, cpu_info);
 EXPORT_PER_CPU_SYMBOL(cpu_info);
 
 atomic_t init_deasserted;
This page took 0.025363 seconds and 5 git commands to generate.