aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cpuctl
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2016-11-02 17:47:19 +0000
committerAndriy Gapon <avg@FreeBSD.org>2016-11-02 17:47:19 +0000
commitd8aeed01eb3522626e5ef8f4a3915195487b4c9e (patch)
tree15001f467c9ac10596efd8d3d1b8de842d2b9bfe /sys/dev/cpuctl
parenteb6befba309c5b7cb14606c9ad9caa5ab7b0ac4e (diff)
Notes
Diffstat (limited to 'sys/dev/cpuctl')
-rw-r--r--sys/dev/cpuctl/cpuctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c
index 64661caea2ab..d801f17cd057 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(...)