Author: loos
Date: Sat Dec 27 13:17:27 2014
New Revision: 276296
URL: https://svnweb.freebsd.org/changeset/base/276296

Log:
  Make consistent use of the correct debug macros across the file.

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c     Sat Dec 27 10:28:20 
2014        (r276295)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c     Sat Dec 27 13:17:27 
2014        (r276296)
@@ -125,7 +125,7 @@ TUNABLE_INT("hw.bcm2835.cpufreq.verbose"
 static int cpufreq_lowest_freq = DEFAULT_LOWEST_FREQ;
 TUNABLE_INT("hw.bcm2835.cpufreq.lowest_freq", &cpufreq_lowest_freq);
 
-#ifdef DEBUG
+#ifdef PROP_DEBUG
 static void
 bcm2835_dump(const void *data, int len)
 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to