From: Thomas Renninger Date: Fri, 24 Jul 2009 13:25:05 +0000 (+0200) Subject: [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq X-Git-Tag: v2.6.32-rc1~648^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa84ad8d6c740a04386f599694609ee4998e82e;p=pandora-kernel.git [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq Currently everything in the cpufreq layer is per core based. This does not reflect reality, for example ondemand on conservative governors have global sysfs variables. Introduce a global cpufreq directory and add the kobject to the governor struct, so that governors can easily access it. The directory is initialized in the cpufreq_core_init initcall and thus will always be created if cpufreq is compiled in, even if no cpufreq driver is active later. Signed-off-by: Thomas Renninger Signed-off-by: Dave Jones --- Reading git-diff-tree failed