diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-07 11:08:59 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-07 15:48:26 -0500 |
commit | 6d652ea1d056390a0c33db92b44ed219284b71af (patch) | |
tree | e8914b59fcfc60345b75241fc7d43c664ff96424 /arch/x86/include/asm/smp.h | |
parent | af8968abf09fe5984bdd206e54e0eeb1dc1fa29c (diff) |
x86: smp.h move boot_cpu_id declartion to cpu.h
Impact: cleanup
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r-- | arch/x86/include/asm/smp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index c975b6f83c68..74ad9ef6ae02 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h | |||
@@ -212,11 +212,5 @@ static inline int hard_smp_processor_id(void) | |||
212 | 212 | ||
213 | #endif /* CONFIG_X86_LOCAL_APIC */ | 213 | #endif /* CONFIG_X86_LOCAL_APIC */ |
214 | 214 | ||
215 | #ifdef CONFIG_X86_HAS_BOOT_CPU_ID | ||
216 | extern unsigned char boot_cpu_id; | ||
217 | #else | ||
218 | #define boot_cpu_id 0 | ||
219 | #endif | ||
220 | |||
221 | #endif /* __ASSEMBLY__ */ | 215 | #endif /* __ASSEMBLY__ */ |
222 | #endif /* _ASM_X86_SMP_H */ | 216 | #endif /* _ASM_X86_SMP_H */ |