Add missing DEBUG define from r226514.

This commit is contained in:
fabient 2011-10-19 07:16:57 +00:00
parent 44cda9fd7a
commit c4e7df4e97

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_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 */