cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_machdep.c
src/sys/alpha/include pcpu.h smp.h
John Baldwin
jhb at FreeBSD.org
Fri Jan 7 12:07:42 PST 2005
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
More information about the cvs-src
mailing list