From ba1eb8e90b3ede257725744cc4b95dfb1667d546 Mon Sep 17 00:00:00 2001 From: avg Date: Thu, 10 Nov 2016 11:14:51 +0000 Subject: [PATCH] MFC r308225: dev/cpuctl: put debug output under CPUCTL_DEBUG rather than DEBUG git-svn-id: svn://svn.freebsd.org/base/stable/10@308482 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/dev/cpuctl/cpuctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index af92bf5c8..53153f053 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -57,7 +57,7 @@ static d_ioctl_t cpuctl_ioctl; #define CPUCTL_VERSION 1 -#ifdef DEBUG +#ifdef CPUCTL_DEBUG # define DPRINTF(format,...) printf(format, __VA_ARGS__); #else # define DPRINTF(...) -- 2.45.0