x86: merge smp_32.h and smp_64.h into smp.h
[deliverable/linux.git] / include / asm-x86 / smp.h
index 57b3d86dd9edb5ca3d505522ae2296b941a9bace..bcbd25cbd863ff4af157a9a1dd5c37018b085052 100644 (file)
 #include <asm/thread_info.h>
 
 extern cpumask_t cpu_callout_map;
+extern cpumask_t cpu_initialized;
+extern cpumask_t cpu_callin_map;
+
+extern void (*mtrr_hook)(void);
+extern void zap_low_mappings(void);
 
 extern int smp_num_siblings;
 extern unsigned int num_processors;
@@ -161,12 +166,6 @@ extern int safe_smp_processor_id(void);
 #define stack_smp_processor_id()       0
 #endif
 
-#ifdef CONFIG_X86_32
-# include "smp_32.h"
-#else
-# include "smp_64.h"
-#endif
-
 #ifdef CONFIG_X86_LOCAL_APIC
 
 static inline int logical_smp_processor_id(void)
This page took 0.036232 seconds and 5 git commands to generate.