svn commit: r295559 - head/sys/sys
Konstantin Belousov
kib at FreeBSD.org
Fri Feb 12 07:20:29 UTC 2016
Author: kib
Date: Fri Feb 12 07:20:27 2016
New Revision: 295559
URL: https://svnweb.freebsd.org/changeset/base/295559
Log:
Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of the
structure.
PR: 207068
Submitted by: joss.upton at yahoo.com
MFC after: 2 weeks
Modified:
head/sys/sys/pmc.h
Modified: head/sys/sys/pmc.h
==============================================================================
--- head/sys/sys/pmc.h Fri Feb 12 07:19:59 2016 (r295558)
+++ head/sys/sys/pmc.h Fri Feb 12 07:20:27 2016 (r295559)
@@ -1033,7 +1033,7 @@ extern struct pmc_debugflags pmc_debugfl
#define KTR_PMC KTR_SUBSYS
#define PMC_DEBUG_STRSIZE 128
-#define PMC_DEBUG_DEFAULT_FLAGS { 0, 0, 0, 0, 0, 0, 0, 0 }
+#define PMC_DEBUG_DEFAULT_FLAGS { 0, 0, 0, 0, 0, 0, 0, 0, 0 }
#define PMCDBG0(M, N, L, F) do { \
if (pmc_debugflags.pdb_ ## M & (1 << PMC_DEBUG_MIN_ ## N)) \
More information about the svn-src-all
mailing list