Date: Fri, 7 Jan 2005 20:07:42 +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 interrupt.c machdep.c mp_machdep.c src/sys/alpha/include pcpu.h smp.h Message-ID: <200501072007.j07K7goP060388@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-01-07 20:07:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/alpha/alpha interrupt.c machdep.c mp_machdep.c sys/alpha/include pcpu.h smp.h Log: MFC more standard CPU ID support for Alpha: - 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. Revision Changes Path 1.82.2.1 +1 -1 src/sys/alpha/alpha/interrupt.c 1.222.2.3 +2 -1 src/sys/alpha/alpha/machdep.c 1.52.2.1 +50 -39 src/sys/alpha/alpha/mp_machdep.c 1.14.8.1 +1 -0 src/sys/alpha/include/pcpu.h 1.6.8.1 +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?200501072007.j07K7goP060388>