diff options
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r-- | include/asm-x86/smp_32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h index bc90a4ed3235..41b58e0bc75b 100644 --- a/include/asm-x86/smp_32.h +++ b/include/asm-x86/smp_32.h | |||
@@ -39,11 +39,6 @@ extern void remove_siblinginfo(int cpu); | |||
39 | extern void set_cpu_sibling_map(int cpu); | 39 | extern void set_cpu_sibling_map(int cpu); |
40 | 40 | ||
41 | #ifdef CONFIG_SMP | 41 | #ifdef CONFIG_SMP |
42 | static inline void smp_send_stop(void) | ||
43 | { | ||
44 | smp_ops.smp_send_stop(); | ||
45 | } | ||
46 | |||
47 | #ifndef CONFIG_PARAVIRT | 42 | #ifndef CONFIG_PARAVIRT |
48 | #define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0) | 43 | #define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0) |
49 | #endif | 44 | #endif |