diff options
Diffstat (limited to 'arch/x86/include/asm/cpu.h')
-rw-r--r-- | arch/x86/include/asm/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpu.h b/arch/x86/include/asm/cpu.h index 29aa6d0752b9..f958e7e49c05 100644 --- a/arch/x86/include/asm/cpu.h +++ b/arch/x86/include/asm/cpu.h | |||
@@ -15,6 +15,8 @@ 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 stack_smp_processor_id() 0 | ||
19 | |||
18 | #endif /* CONFIG_SMP */ | 20 | #endif /* CONFIG_SMP */ |
19 | 21 | ||
20 | struct x86_cpu { | 22 | struct x86_cpu { |