x86: generalize boot_cpu_id
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / cpu.h
index f03b23e328645e319118d5ed06729b2a7e34887c..b185091bf19ce39f67a325ecd6aafb7c13f8cd23 100644 (file)
@@ -32,10 +32,6 @@ extern void arch_unregister_cpu(int);
 
 DECLARE_PER_CPU(int, cpu_state);
 
-#ifdef CONFIG_X86_HAS_BOOT_CPU_ID
-extern unsigned char boot_cpu_id;
-#else
-#define boot_cpu_id                            0
-#endif
+extern unsigned int boot_cpu_id;
 
 #endif /* _ASM_X86_CPU_H */