PERFORCE change 218498 for review

Robert Watson rwatson at FreeBSD.org
Sat Oct 13 20:35:19 UTC 2012


http://p4web.freebsd.org/@@218498?ac=10

Change 218498 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/10/13 20:35:11

	Implement just enough stub functions (and even a real one or two) to
	allow a BERI kernel with "options SMP" to link.  Hard code a thread
	count of 8 currently.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/beri/beri_asm.S#1 add
.. //depot/projects/ctsrd/beribsd/src/sys/mips/beri/beri_mp.c#1 add
.. //depot/projects/ctsrd/beribsd/src/sys/mips/beri/files.beri#23 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/beri/files.beri#23 (text+ko) ====

@@ -11,6 +11,8 @@
 dev/terasic/mtl/terasic_mtl_reg.c	optional terasic_mtl
 dev/terasic/mtl/terasic_mtl_syscons.c	optional terasic_mtl
 dev/terasic/mtl/terasic_mtl_text.c	optional terasic_mtl
+mips/beri/beri_asm.S			standard
 mips/beri/beri_machdep.c		standard
+mips/beri/beri_mp.c			optional smp
 mips/mips/intr_machdep.c		standard
 mips/mips/tick.c			standard


More information about the p4-projects mailing list