From owner-p4-projects@FreeBSD.ORG Sat Oct 13 20:35:19 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 51A491FE; Sat, 13 Oct 2012 20:35:19 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EF2E1FC for ; Sat, 13 Oct 2012 20:35:19 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id E95F58FC08 for ; Sat, 13 Oct 2012 20:35:18 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q9DKZIOS014931 for ; Sat, 13 Oct 2012 20:35:18 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q9DKZIBG014928 for perforce@freebsd.org; Sat, 13 Oct 2012 20:35:18 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 13 Oct 2012 20:35:18 GMT Message-Id: <201210132035.q9DKZIBG014928@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 218498 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 20:35:19 -0000 http://p4web.freebsd.org/@@218498?ac=10 Change 218498 by rwatson@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