Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2016 11:14:46 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r308481 - stable/11/sys/dev/cpuctl
Message-ID:  <201611101114.uAABEko3010406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Thu Nov 10 11:14:46 2016
New Revision: 308481
URL: https://svnweb.freebsd.org/changeset/base/308481

Log:
  MFC r308225: dev/cpuctl: put debug output under CPUCTL_DEBUG rather than DEBUG

Modified:
  stable/11/sys/dev/cpuctl/cpuctl.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/cpuctl/cpuctl.c
==============================================================================
--- stable/11/sys/dev/cpuctl/cpuctl.c	Thu Nov 10 11:12:45 2016	(r308480)
+++ stable/11/sys/dev/cpuctl/cpuctl.c	Thu Nov 10 11:14:46 2016	(r308481)
@@ -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(...)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611101114.uAABEko3010406>