PERFORCE change 160394 for review

Marko Zec zec at FreeBSD.org
Wed Apr 8 13:30:37 PDT 2009


http://perforce.freebsd.org/chv.cgi?CH=160394

Change 160394 by zec at zec_tpx32 on 2009/04/08 20:30:02

	Spamming console output by debugging notes should be off
	by default.
	
	Pointed out by:	bz

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/kern/kern_vimage.c#10 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/kern/kern_vimage.c#10 (text+ko) ====

@@ -41,8 +41,6 @@
 
 #ifndef VIMAGE_GLOBALS
 
-#define DEBUG_ORDERING
-
 MALLOC_DEFINE(M_VIMAGE, "vimage", "vimage resource container");
 
 static TAILQ_HEAD(vnet_modlink_head, vnet_modlink) vnet_modlink_head;


More information about the p4-projects mailing list