From: James S. <jsi...@us...> - 2001-11-20 18:05:51
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sibyte/swarm In directory usw-pr-cvs1:/tmp/cvs-serv8953 Modified Files: smp.c Log Message: Various mips 64 updates. Index: smp.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sibyte/swarm/smp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- smp.c 2001/11/08 17:31:17 1.1 +++ smp.c 2001/11/20 18:05:49 1.2 @@ -27,6 +27,7 @@ extern void asmlinkage smp_bootstrap(void); + /* Boot all other cpus in the system, initialize them, and bring them into the boot fn */ int sys_boot_secondary(int cpu, unsigned long sp, unsigned long gp) |