]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/pmCPU.c
xnu-2050.22.13.tar.gz
[apple/xnu.git] / osfmk / i386 / pmCPU.c
index 1f064b614dfb000a4de194581fe78789457afd69..b22749df79e3ce64935e3ba068baf6815d4611f2 100644 (file)
@@ -66,7 +66,6 @@ static boolean_t      earlyTopology           = FALSE;
 static uint64_t                earlyMaxBusDelay        = DELAY_UNSET;
 static uint64_t                earlyMaxIntDelay        = DELAY_UNSET;
 
-
 /*
  * Initialize the Cstate change code.
  */
@@ -97,8 +96,8 @@ machine_idle(void)
        /*
         * Handle case where ml_set_maxbusdelay() or ml_set_maxintdelay()
         * were called prior to the CPU PM kext being registered.  We do
-        * this here since we know at this point since it'll be at idle
-        * where the decision using these values will be used.
+        * this here since we know at this point the values will be first
+        * used since idle is where the decisions using these values is made.
         */
        if (earlyMaxBusDelay != DELAY_UNSET)
            ml_set_maxbusdelay((uint32_t)(earlyMaxBusDelay & 0xFFFFFFFF));