Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2006 13:51:33 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 110385 for review
Message-ID:  <200611221351.kAMDpXIe064178@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611221351.kAMDpXIe064178>