From owner-p4-projects@FreeBSD.ORG Wed Nov 22 13:51:35 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CD9F016A412; Wed, 22 Nov 2006 13:51:34 +0000 (UTC) X-Original-To: perforce@FreeBSD.org 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 7DDEF16A403 for ; Wed, 22 Nov 2006 13:51:34 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6389A43D55 for ; Wed, 22 Nov 2006 13:51:05 +0000 (GMT) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAMDpXiW064181 for ; Wed, 22 Nov 2006 13:51:33 GMT (envelope-from gonzo@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAMDpXIe064178 for perforce@freebsd.org; Wed, 22 Nov 2006 13:51:33 GMT (envelope-from gonzo@FreeBSD.org) Date: Wed, 22 Nov 2006 13:51:33 GMT Message-Id: <200611221351.kAMDpXIe064178@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gonzo@FreeBSD.org using -f From: Oleksandr Tymoshenko To: Perforce Change Reviews Cc: Subject: PERFORCE change 110385 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Nov 2006 13:51:35 -0000 http://perforce.freebsd.org/chv.cgi?CH=110385 Change 110385 by gonzo@gonzo_hq on 2006/11/22 13:51:16 o Remove kern/syscalls.c from standard files set, it could be enabled by INVARIANTS options. Pointed out by: cognet@ o Enable INVARIANTS and INVARIANTS_SUPPORT in default MALTA config. Affected files ... .. //depot/projects/mips2/src/sys/conf/files.mips#16 edit .. //depot/projects/mips2/src/sys/mips/conf/MALTA#10 edit Differences ... ==== //depot/projects/mips2/src/sys/conf/files.mips#16 (text+ko) ==== @@ -1,7 +1,4 @@ # $FreeBSD$ -# syscalls.c is for syscallnames array which -# is used in debug output -kern/syscalls.c standard mips/mips/autoconf.c standard mips/mips/busdma_machdep.c standard mips/mips/cache.c standard ==== //depot/projects/mips2/src/sys/mips/conf/MALTA#10 (text+ko) ==== @@ -51,8 +51,8 @@ # Debugging for use in -current -#options INVARIANTS #Enable calls of extra sanity checking -#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS +options INVARIANTS #Enable calls of extra sanity checking +options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed