x86: change naming of cpu_initialized_mask for xen
[linux-2.6/kvm.git] / include / asm-x86 / smp_32.h
blobd9ae5ac93dfc70d39373eae9f252811e432d12e5
1 #ifndef __ASM_SMP_H
2 #define __ASM_SMP_H
4 #ifndef __ASSEMBLY__
6 extern cpumask_t cpu_callin_map;
8 extern void (*mtrr_hook)(void);
9 extern void zap_low_mappings(void);
11 #endif /* !ASSEMBLY */
12 #endif