]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-x86/smp_32.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[karo-tx-linux.git] / include / asm-x86 / smp_32.h
index 1f73bde165b166759b1a4f1331f3058673716738..955dd7c8538f1a1dc2a75436d780bc33dba923fc 100644 (file)
@@ -30,8 +30,8 @@
 extern void smp_alloc_memory(void);
 extern int pic_mode;
 extern int smp_num_siblings;
-extern cpumask_t cpu_sibling_map[];
-extern cpumask_t cpu_core_map[];
+DECLARE_PER_CPU(cpumask_t, cpu_sibling_map);
+DECLARE_PER_CPU(cpumask_t, cpu_core_map);
 
 extern void (*mtrr_hook) (void);
 extern void zap_low_mappings (void);