X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fcpu.h;h=b185091bf19ce39f67a325ecd6aafb7c13f8cd23;hb=12e87e36e0141c08dbc8b2177c93c75fb18ad7e5;hp=f03b23e328645e319118d5ed06729b2a7e34887c;hpb=7f268f4352cd7d3d18a20268887600aaebd9d974;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/include/asm/cpu.h b/arch/x86/include/asm/cpu.h index f03b23e3286..b185091bf19 100644 --- a/arch/x86/include/asm/cpu.h +++ b/arch/x86/include/asm/cpu.h @@ -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 */