aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r--include/asm-x86/smp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h
index 78ef16dd194b..2ad2f4ffe498 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -109,6 +109,9 @@ extern void prefill_possible_map(void);
109extern unsigned long setup_trampoline(void); 109extern unsigned long setup_trampoline(void);
110 110
111void smp_store_cpu_info(int id); 111void smp_store_cpu_info(int id);
112#define cpu_physical_id(cpu) per_cpu(x86_cpu_to_apicid, cpu)
113#else
114#define cpu_physical_id(cpu) boot_cpu_physical_apicid
112#endif 115#endif
113 116
114#ifdef CONFIG_X86_32 117#ifdef CONFIG_X86_32