Is power.d/sched-powersave looking in the correct place?

Asked by Ken Sharp

The script in /usr/lib/pm-utils/power.d/sched-powersave has the following function:

sched_powersave() {
    for pool in mc smp smt; do
 dev="/sys/devices/system/cpu/sched_${pool}_power_savings"
 [ -w "$dev" ] || continue
 echo $1 > "$dev"
    done
}

But sched* does not exist on my Precise system:

$ ls /sys/devices/system/cpu/
cpu0 cpuidle microcode offline possible present release
cpu1 kernel_max modalias online power probe uevent

Is this related to my system or is the script simply incorrect?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu pm-utils Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.