aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/smp_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r--include/asm-x86/smp_32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h
index 29f61952ea8c..76247a947a5f 100644
--- a/include/asm-x86/smp_32.h
+++ b/include/asm-x86/smp_32.h
@@ -35,9 +35,6 @@ extern void cpu_uninit(void);
35extern void remove_siblinginfo(int cpu); 35extern void remove_siblinginfo(int cpu);
36#endif 36#endif
37 37
38/* Globals due to paravirt */
39extern void set_cpu_sibling_map(int cpu);
40
41#ifdef CONFIG_SMP 38#ifdef CONFIG_SMP
42#ifndef CONFIG_PARAVIRT 39#ifndef CONFIG_PARAVIRT
43#define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0) 40#define startup_ipi_hook(phys_apicid, start_eip, start_esp) do { } while (0)