diff options
Diffstat (limited to 'include/asm-x86/smp.h')
-rw-r--r-- | include/asm-x86/smp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/smp.h b/include/asm-x86/smp.h index 513c8571a4a0..4dc271b43767 100644 --- a/include/asm-x86/smp.h +++ b/include/asm-x86/smp.h | |||
@@ -33,6 +33,9 @@ struct smp_ops { | |||
33 | extern void set_cpu_sibling_map(int cpu); | 33 | extern void set_cpu_sibling_map(int cpu); |
34 | 34 | ||
35 | #ifdef CONFIG_SMP | 35 | #ifdef CONFIG_SMP |
36 | #ifndef CONFIG_PARAVIRT | ||
37 | #define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0) | ||
38 | #endif | ||
36 | extern struct smp_ops smp_ops; | 39 | extern struct smp_ops smp_ops; |
37 | 40 | ||
38 | static inline void smp_send_stop(void) | 41 | static inline void smp_send_stop(void) |