commit | 1d89a7f072d4f76f0538edfb474d527066ee7838 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Wed Mar 19 14:25:05 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:00 2008 +0200 |
tree | 8d9ae2788f90923a3c31c5fc6b8400b2387c416a | |
parent | f7401f7fe653f90f8f80a241840b9b499779e87d [diff] [blame] |
x86: merge smp_store_cpu_info now that it is the same between arches, put it into smpboot.c Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index 4dc271b..b4c5143 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h
@@ -88,6 +88,8 @@ #define SMP_TRAMPOLINE_BASE 0x6000 extern unsigned long setup_trampoline(void); + +void smp_store_cpu_info(int id); #endif #ifdef CONFIG_X86_32