|
@@ -47,7 +47,7 @@ extern int __cpu_logical_map[NR_CPUS];
|
|
/* Mask of CPUs which are currently definitely operating coherently */
|
|
/* Mask of CPUs which are currently definitely operating coherently */
|
|
extern cpumask_t cpu_coherent_mask;
|
|
extern cpumask_t cpu_coherent_mask;
|
|
|
|
|
|
-extern void asmlinkage smp_bootstrap(void);
|
|
|
|
|
|
+extern asmlinkage void smp_bootstrap(void);
|
|
|
|
|
|
extern void calculate_cpu_foreign_map(void);
|
|
extern void calculate_cpu_foreign_map(void);
|
|
|
|
|