Comment 1 for bug 1180484

Revision history for this message
Daniel Manrique (roadmr) wrote :

Could we get the contents of /proc/cpuinfo and /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq on the affected system?

just:

cat /proc/cpuinfo >/tmp/cpuinfo.log
echo "=====" >>/tmp/cpuinfo.log
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq >> /tmp/cpuinfo.log

and attach /tmp/cpuinfo.log to this report.