X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fsmp.h;h=f0ef26b43f7e80ef093ea186f3c3c9d046427aef;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=4146d42d48fe20a26549480f25ce326b446047a9;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h index 4146d42d4..f0ef26b43 100644 --- a/include/asm-mips/smp.h +++ b/include/asm-mips/smp.h @@ -51,8 +51,6 @@ extern cpumask_t phys_cpu_present_map; extern cpumask_t cpu_online_map; #define cpu_possible_map phys_cpu_present_map -#define cpu_online(cpu) cpu_isset(cpu, cpu_online_map) - extern cpumask_t cpu_callout_map; /* We don't mark CPUs online until __cpu_up(), so we need another measure */ static inline int num_booting_cpus(void) @@ -90,12 +88,6 @@ extern void prom_init_secondary(void); */ extern void prom_prepare_cpus(unsigned int max_cpus); -/* - * Do whatever setup needs to be done for SMP at the board level. Return - * the number of cpus in the system, including this one - */ -extern int prom_setup_smp(void); - /* * Last chance for the board code to finish SMP initialization before * the CPU is "online".