[Midnightbsd-cvs] src [7672] trunk/sys/x86/cpufreq/p4tcc.c: set to true otherwise

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 6 22:09:20 EDT 2016


Revision: 7672
          http://svnweb.midnightbsd.org/src/?rev=7672
Author:   laffer1
Date:     2016-08-06 22:09:20 -0400 (Sat, 06 Aug 2016)
Log Message:
-----------
set to true otherwise

Modified Paths:
--------------
    trunk/sys/x86/cpufreq/p4tcc.c

Modified: trunk/sys/x86/cpufreq/p4tcc.c
===================================================================
--- trunk/sys/x86/cpufreq/p4tcc.c	2016-08-07 01:56:44 UTC (rev 7671)
+++ trunk/sys/x86/cpufreq/p4tcc.c	2016-08-07 02:09:20 UTC (rev 7672)
@@ -297,6 +297,8 @@
 	 */
 	if (msr & TCC_ENABLE_ONDEMAND)
 		sc->auto_mode = FALSE;
+ 	else
+ 		sc->auto_mode = TRUE;
 
 	return (0);
 }



More information about the Midnightbsd-cvs mailing list