From: Paul M. <le...@us...> - 2001-11-06 00:31:24
|
Update of /cvsroot/linux-mips/linux/arch/mips64/sgi-ip27 In directory usw-pr-cvs1:/tmp/cvs-serv388/arch/mips64/sgi-ip27 Modified Files: ip27-init.c Log Message: Sync with OSS 2.4.11. Index: ip27-init.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/sgi-ip27/ip27-init.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ip27-init.c 2001/10/27 17:28:54 1.3 +++ ip27-init.c 2001/11/06 00:30:43 1.4 @@ -522,6 +522,7 @@ */ __cpu_number_map[cpu] = num_cpus; __cpu_logical_map[num_cpus] = cpu; + CPUMASK_SETB(cpu_online_map, cpu); num_cpus++; /* * Wait this cpu to start up and initialize its hub, |