svn commit: r226526 - head/sys/sys

Fabien Thomas fabient at FreeBSD.org
Wed Oct 19 07:16:58 UTC 2011


Author: fabient
Date: Wed Oct 19 07:16:57 2011
New Revision: 226526
URL: http://svn.freebsd.org/changeset/base/226526

Log:
  Add missing DEBUG define from r226514.

Modified:
  head/sys/sys/pmc.h

Modified: head/sys/sys/pmc.h
==============================================================================
--- head/sys/sys/pmc.h	Wed Oct 19 06:24:53 2011	(r226525)
+++ head/sys/sys/pmc.h	Wed Oct 19 07:16:57 2011	(r226526)
@@ -1040,6 +1040,7 @@ extern struct pmc_debugflags pmc_debugfl
 #define	PMC_DEBUG_MIN_SIO		9 /* schedule i/o */
 #define	PMC_DEBUG_MIN_FLS	       10 /* flush */
 #define	PMC_DEBUG_MIN_SAM	       11 /* sample */
+#define	PMC_DEBUG_MIN_CLO	       12 /* close */
 
 #else
 #define	PMCDBG(M,N,L,F,...)		/* nothing */


More information about the svn-src-all mailing list