]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOPlatformExpert.cpp
xnu-1504.15.3.tar.gz
[apple/xnu.git] / iokit / Kernel / IOPlatformExpert.cpp
index 8109e190e3472f3d07e43c3434bb096528f31a7e..f00ffd725bc4d9d8718af241f3a54040f2163a76 100644 (file)
@@ -25,9 +25,6 @@
  * 
  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
  */
-/*
- * HISTORY
- */
  
 #include <IOKit/IOCPU.h>
 #include <IOKit/IODeviceTreeSupport.h>
@@ -373,6 +370,7 @@ PMLog(const char *who, unsigned long event,
       unsigned long param1, unsigned long param2)
 {
     UInt32 debugFlags = gIOKitDebug;
+    UInt32 traceFlags = gIOKitTrace;
 
     if (debugFlags & kIOLogPower) {
 
@@ -385,7 +383,7 @@ PMLog(const char *who, unsigned long event,
                nowus, current_thread(), who,   // Identity
                (int) event, (long) param1, (long) param2);                     // Args
 
-       if (debugFlags & kIOLogTracePower) {
+       if (traceFlags & kIOTracePowerMgmt) {
            static const UInt32 sStartStopBitField[] = 
                { 0x00000000, 0x00000040 }; // Only Program Hardware so far