]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/smp.h
x86/paravirt: Remove unused pv_apic_ops structure
[karo-tx-linux.git] / arch / x86 / include / asm / smp.h
index a438c5598a9053f81e4f22838833b2065209680b..dfcf0727623b3f89d53374ea504f243e802be149 100644 (file)
@@ -65,9 +65,6 @@ struct smp_ops {
 extern void set_cpu_sibling_map(int cpu);
 
 #ifdef CONFIG_SMP
-#ifndef CONFIG_PARAVIRT
-#define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0)
-#endif
 extern struct smp_ops smp_ops;
 
 static inline void smp_send_stop(void)