diff options
Diffstat (limited to 'arch/x86/include/asm/cpu.h')
-rw-r--r-- | arch/x86/include/asm/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpu.h b/arch/x86/include/asm/cpu.h index 4c16888ffa3f..89edafb93390 100644 --- a/arch/x86/include/asm/cpu.h +++ b/arch/x86/include/asm/cpu.h | |||
@@ -15,6 +15,7 @@ extern void prefill_possible_map(void); | |||
15 | 15 | ||
16 | static inline void prefill_possible_map(void) {} | 16 | static inline void prefill_possible_map(void) {} |
17 | 17 | ||
18 | #define cpu_physical_id(cpu) boot_cpu_physical_apicid | ||
18 | #define safe_smp_processor_id() 0 | 19 | #define safe_smp_processor_id() 0 |
19 | #define stack_smp_processor_id() 0 | 20 | #define stack_smp_processor_id() 0 |
20 | 21 | ||