Index: x86/cpufreq/p4tcc.c =================================================================== --- x86/cpufreq/p4tcc.c (revision 231830) +++ x86/cpufreq/p4tcc.c (working copy) @@ -276,9 +276,9 @@ * what the current mode. */ if (msr & TCC_ENABLE_ONDEMAND) + sc->auto_mode = FALSE; + else sc->auto_mode = TRUE; - else - sc->auto_mode = FALSE; return (0); }