cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c
src/sys/alpha/include pcpu.h smp.h
John Baldwin
jhb at FreeBSD.org
Fri Nov 5 19:16:44 GMT 2004
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
More information about the cvs-src
mailing list