summaryrefslogtreecommitdiffstats
path: root/sys/sys/pmc.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-02-12 07:20:27 +0000
committerkib <kib@FreeBSD.org>2016-02-12 07:20:27 +0000
commit36e6e79737e0bc8fcf93bdf292812567a3cca809 (patch)
tree7c2e9bd48ad12ec23f3b8ae1b92cebf4abfb8195 /sys/sys/pmc.h
parent2698cbdabcf103cec89efafc2393c0c0d5bc2cd1 (diff)
downloadFreeBSD-src-36e6e79737e0bc8fcf93bdf292812567a3cca809.zip
FreeBSD-src-36e6e79737e0bc8fcf93bdf292812567a3cca809.tar.gz
Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of the
structure. PR: 207068 Submitted by: joss.upton@yahoo.com MFC after: 2 weeks
Diffstat (limited to 'sys/sys/pmc.h')
-rw-r--r--sys/sys/pmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index 4561ec6..e559b76 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -1033,7 +1033,7 @@ extern struct pmc_debugflags pmc_debugflags;
#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)) \
OpenPOWER on IntegriCloud