Date: Tue, 9 Feb 2010 06:24:43 +0000 (UTC) From: Neel Natu <neel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files.mips src/sys/mips/conf SWARM_SMP src/sys/mips/include asm.h cpu.h hwfunc.h intr_machdep.h pcpu.h smp.h src/sys/mips/mips intr_machdep.c machdep.c mp_machdep.c mpboot.S pmap.c src/sys/mips/sibyte sb_asm.S sb_machdep.c sb_scd.c ... Message-ID: <201002090625.o196PTh6056325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
neel 2010-02-09 06:24:43 UTC
FreeBSD src repository
Modified files:
sys/conf files.mips
sys/mips/include asm.h cpu.h hwfunc.h intr_machdep.h
pcpu.h smp.h
sys/mips/mips intr_machdep.c machdep.c mp_machdep.c
pmap.c
sys/mips/sibyte sb_asm.S sb_machdep.c sb_scd.c sb_scd.h
sb_zbbus.c
Added files:
sys/mips/conf SWARM_SMP
sys/mips/mips mpboot.S
Log:
SVN rev 203697 on 2010-02-09 06:24:43Z by neel
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
Revision Changes Path
1.10 +1 -0 src/sys/conf/files.mips
1.1 +7 -0 src/sys/mips/conf/SWARM_SMP (new)
1.3 +0 -9 src/sys/mips/include/asm.h
1.5 +2 -0 src/sys/mips/include/cpu.h
1.3 +47 -0 src/sys/mips/include/hwfunc.h
1.3 +10 -0 src/sys/mips/include/intr_machdep.h
1.4 +7 -0 src/sys/mips/include/pcpu.h
1.4 +2 -7 src/sys/mips/include/smp.h
1.7 +28 -10 src/sys/mips/mips/intr_machdep.c
1.21 +17 -14 src/sys/mips/mips/machdep.c
1.6 +190 -175 src/sys/mips/mips/mp_machdep.c
1.1 +72 -0 src/sys/mips/mips/mpboot.S (new)
1.29 +9 -0 src/sys/mips/mips/pmap.c
1.3 +18 -0 src/sys/mips/sibyte/sb_asm.S
1.6 +75 -0 src/sys/mips/sibyte/sb_machdep.c
1.3 +41 -1 src/sys/mips/sibyte/sb_scd.c
1.3 +6 -0 src/sys/mips/sibyte/sb_scd.h
1.4 +72 -6 src/sys/mips/sibyte/sb_zbbus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002090625.o196PTh6056325>
