From: Paul M. <le...@us...> - 2001-11-06 00:31:23
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv388/arch/mips64/kernel Modified Files: smp.c Log Message: Sync with OSS 2.4.11. Index: smp.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/smp.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- smp.c 2001/10/11 23:02:20 1.6 +++ smp.c 2001/11/06 00:30:43 1.7 @@ -31,6 +31,7 @@ atomic_t smp_commenced = ATOMIC_INIT(0); struct cpuinfo_mips cpu_data[NR_CPUS]; int smp_num_cpus = 1; /* Number that came online. */ +cpumask_t cpu_online_map; /* Bitmask of currently online CPUs */ int __cpu_number_map[NR_CPUS]; int __cpu_logical_map[NR_CPUS]; cycles_t cacheflush_time; |