diff options
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r-- | include/asm-x86/smp_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h index 72faad6509c7..74755e8ffc77 100644 --- a/include/asm-x86/smp_32.h +++ b/include/asm-x86/smp_32.h | |||
@@ -39,8 +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 | extern struct smp_ops smp_ops; | ||
43 | |||
44 | static inline void smp_prepare_boot_cpu(void) | 42 | static inline void smp_prepare_boot_cpu(void) |
45 | { | 43 | { |
46 | smp_ops.smp_prepare_boot_cpu(); | 44 | smp_ops.smp_prepare_boot_cpu(); |