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 513c8571a4a0..4dc271b43767 100644
--- a/include/asm-x86/smp.h
+++ b/include/asm-x86/smp.h
@@ -33,6 +33,9 @@ struct smp_ops {
33extern void set_cpu_sibling_map(int cpu); 33extern 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
36extern struct smp_ops smp_ops; 39extern struct smp_ops smp_ops;
37 40
38static inline void smp_send_stop(void) 41static inline void smp_send_stop(void)