X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fsmp.h;h=f67acce387e7fc1bc0dd18326c5633e4fd2314c2;hb=71d530cd1b6d97094481002a04c77fea1c8e1c22;hp=5a72e50ca9fc0ab5f1640d5ba975ee155851e14e;hpb=31e7f1ff3c5d39a70da85f7d81a1ab1f4e64fa97;p=linux-2.6 diff --git a/include/asm-arm/smp.h b/include/asm-arm/smp.h index 5a72e50ca9..f67acce387 100644 --- a/include/asm-arm/smp.h +++ b/include/asm-arm/smp.h @@ -10,7 +10,6 @@ #ifndef __ASM_ARM_SMP_H #define __ASM_ARM_SMP_H -#include #include #include #include @@ -41,6 +40,11 @@ extern void show_ipi_list(struct seq_file *p); */ asmlinkage void do_IPI(struct pt_regs *regs); +/* + * Setup the SMP cpu_possible_map + */ +extern void smp_init_cpus(void); + /* * Move global data into per-processor storage. */