Date: Fri, 5 Nov 2004 19:16:44 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c src/sys/alpha/include pcpu.h smp.h Message-ID: <200411051916.iA5JGiod024648@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-11-05 19:16:44 UTC FreeBSD src repository Modified files: sys/alpha/alpha machdep.c mp_machdep.c sys/alpha/include pcpu.h smp.h Log: - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL ID associated with each processor. This ID is inferred from the index of the pcs structure in the hwprb. - Give Alpha CPUs FreeBSD CPU IDs more like other architectures where the boot processor is always CPU 0 and the other processors are numbered 1 ... N. List active CPUs in the system in cpu_mp_announce() as well. Silence on: alpha@ Revision Changes Path 1.224 +2 -1 src/sys/alpha/alpha/machdep.c 1.53 +50 -39 src/sys/alpha/alpha/mp_machdep.c 1.15 +1 -0 src/sys/alpha/include/pcpu.h 1.7 +2 -2 src/sys/alpha/include/smp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411051916.iA5JGiod024648>