Comment 46 for bug 88899

Revision history for this message
Pete (pvandoren) wrote :

Sorry: Last post got scrambled somehow, but I think you can tell what's going on.

I just noticed some other interesting information: It doesn't effect all CPU cores at the same point. Currently my system is in a state where cpufreq/scaling_max_freq = 1.6 GHz for CPU 0 and CPU1, but CPU2 and CPU3 show 2.535 GHz.

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
1600000
cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
1600000
cat /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
2535000
cat /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
2535000

The max temp I saw was around 63C.

Pete