PERFORCE change 110385 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Wed Nov 22 13:51:35 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=110385
Change 110385 by gonzo at 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
More information about the p4-projects
mailing list