From 4acf9c9e7c0093de2f77fd722fd8554bc434f4ed Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 17 Nov 2011 10:22:22 +0100 Subject: [PATCH] Don't load cpufreq governor if cpufreq is unsupported --- autoconfig.functions | 1 + 1 file changed, 1 insertion(+) diff --git a/autoconfig.functions b/autoconfig.functions index 7a003ae..ab86db6 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -964,6 +964,7 @@ if [ -x /etc/init.d/loadcpufreq ] ; then if [ -n "$MODULE" -a "$MODULE" != none ]; then einfo "Loading cpufreq kernel module $MODULE" ; eend 0 else + SKIP_CPU_GOVERNOR=1 ewarn "Could not find an appropriate kernel module for cpu frequency scaling." ; eend 1 fi fi -- 2.1.4