1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/alpha
Jeff Roberson 88c99cfbc8 Add a new variable mp_maxid. This is used so that per cpu datastructures may
be allocated as arrays indexed by the cpu id.  Previously the only reliable
way to know the max cpu id was through MAXCPU. mp_ncpus isn't useful here
because cpu ids may be sparsely mapped, although x86 and alpha do not do this.

Also, call cpu_mp_probe much earlier so the max cpu id is known before the VM
starts up.  This is intended to help support per cpu queues for the new
allocator, but may be useful elsewhere.

Reviewed by:	jake
Approved by:	jake
2002-03-05 10:01:46 +00:00
..
alpha Add a new variable mp_maxid. This is used so that per cpu datastructures may 2002-03-05 10:01:46 +00:00
compile
conf
include
isa
linux
mcbus Fix mcpcia.c so it compiles again. 2002-03-01 23:10:19 +00:00
osf1
pci
tc
tlsb Make it compile again. 2002-03-01 23:15:45 +00:00
Makefile