Message ID | 5615B523.8020501@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/pm/sleep.d/94cpufreq b/pm/sleep.d/94cpufreq index 6807681..2c83e8e 100755 --- a/pm/sleep.d/94cpufreq +++ b/pm/sleep.d/94cpufreq @@ -16,6 +16,8 @@ hibernate_cpufreq() gov="$x/cpufreq/scaling_governor" # if we do not have a scaling_governor file, skip. [ -f "$gov" ] || continue + # Is the governor known to work? + [ "$gov" == "intel_pstate" ] && continue # if our temporary governor is not available, skip. grep -q "$TEMPORARY_CPUFREQ_GOVERNOR" \ "$x/cpufreq/scaling_available_governors" || continue