1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

Add missing DEBUG define from r226514.

This commit is contained in:
Fabien Thomas 2011-10-19 07:16:57 +00:00
parent 450e27da75
commit ca0b8be4ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226526

View File

@ -1040,6 +1040,7 @@ extern struct pmc_debugflags pmc_debugflags;
#define PMC_DEBUG_MIN_SIO 9 /* schedule i/o */ #define PMC_DEBUG_MIN_SIO 9 /* schedule i/o */
#define PMC_DEBUG_MIN_FLS 10 /* flush */ #define PMC_DEBUG_MIN_FLS 10 /* flush */
#define PMC_DEBUG_MIN_SAM 11 /* sample */ #define PMC_DEBUG_MIN_SAM 11 /* sample */
#define PMC_DEBUG_MIN_CLO 12 /* close */
#else #else
#define PMCDBG(M,N,L,F,...) /* nothing */ #define PMCDBG(M,N,L,F,...) /* nothing */