You are not logged in.
I'm missing two files that are quite desirable on laptop /sys/devices/system/cpu/sched_mc_power_savings and /sys/devices/system/cpu/sched_smt_power_savings. I'm running standard arch 2.6.34 kernel.
Anything I can do to correct that?[wiki][/wiki]
Last edited by magillos (2010-07-11 18:35:51)
Offline
zgrep SCHED_[SM] /proc/config.gz
Output?
Do you use a cpu frequency module like acpi-cpufreq?
no place like /home
github
Offline
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
Yes I use acpi_cpufreq module and it's loaded.
Offline
I compiled my own kernel and it seems that setting processor_type_and_featured->processor_family:core_2 was necessary instead of default Arch's processor_type_and_featured->processor_family'pentium-pro.
Offline