the smp_ops symbol is temporarily defined in smp_64.c, but it will soon
be unified
Signed-off-by: Glauber Costa <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
}
}
+struct smp_ops smp_ops;
+EXPORT_SYMBOL_GPL(smp_ops);
int wait);
};
+#ifdef CONFIG_SMP
+extern struct smp_ops smp_ops;
+#endif
#ifdef CONFIG_X86_32
# include "smp_32.h"
extern void set_cpu_sibling_map(int cpu);
#ifdef CONFIG_SMP
-extern struct smp_ops smp_ops;
-
static inline void smp_prepare_boot_cpu(void)
{
smp_ops.smp_prepare_boot_cpu();