From: Thomas Renninger Date: Thu, 3 Mar 2011 20:31:27 +0000 (+0100) Subject: [CPUFREQ] Remove unneeded locks X-Git-Tag: v2.6.39-rc1~441^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326c86deaed54ad1b364fcafe5073f563671eb58;p=pandora-kernel.git [CPUFREQ] Remove unneeded locks There cannot be any concurrent access to these through different cpu sysfs files anymore, because these tunables are now all global (not per cpu). I still have some doubts whether some of these locks were needed at all. Anyway, let's get rid of them. Signed-off-by: Thomas Renninger Signed-off-by: Dave Jones CC: cpufreq@vger.kernel.org --- Reading git-diff-tree failed