]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
SMP support for the mips port.
authorneel <neel@FreeBSD.org>
Tue, 9 Feb 2010 06:24:43 +0000 (06:24 +0000)
committerneel <neel@FreeBSD.org>
Tue, 9 Feb 2010 06:24:43 +0000 (06:24 +0000)
commit91212ae23c60e92beb6a2bf31304fe0f44d84cee
tree6b8fc2551b36316f7e2c7437b3ef3de98dbabfb2
parent764ce56acec6e1b162434305a36821de3b6e3ded
SMP support for the mips port.

The platform that supports SMP currently is a SWARM with a dual-core Sibyte
processor. The kernel config file to use is SWARM_SMP.

Reviewed by: imp, rrs
18 files changed:
sys/conf/files.mips
sys/mips/conf/SWARM_SMP [new file with mode: 0644]
sys/mips/include/asm.h
sys/mips/include/cpu.h
sys/mips/include/hwfunc.h
sys/mips/include/intr_machdep.h
sys/mips/include/pcpu.h
sys/mips/include/smp.h
sys/mips/mips/intr_machdep.c
sys/mips/mips/machdep.c
sys/mips/mips/mp_machdep.c
sys/mips/mips/mpboot.S [new file with mode: 0644]
sys/mips/mips/pmap.c
sys/mips/sibyte/sb_asm.S
sys/mips/sibyte/sb_machdep.c
sys/mips/sibyte/sb_scd.c
sys/mips/sibyte/sb_scd.h
sys/mips/sibyte/sb_zbbus.c