X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-arm%2Fsmp.h;h=f67acce387e7fc1bc0dd18326c5633e4fd2314c2;hb=5c8e191e8437616a498a8e1cc0af3dd0d32bbff2;hp=5a72e50ca9fc0ab5f1640d5ba975ee155851e14e;hpb=cb8a55e4cda017ed37a3ee051365f33a86956312;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. */