commit | 326c86deaed54ad1b364fcafe5073f563671eb58 | [log] [tgz] |
---|---|---|
author | Thomas Renninger <trenn@suse.de> | Thu Mar 03 21:31:27 2011 +0100 |
committer | Dave Jones <davej@redhat.com> | Wed Mar 16 17:54:32 2011 -0400 |
tree | fb0784c6450d3d618127df3823ffeeda400ac58f | |
parent | e8951251b89440644a39f2512b4f265973926b41 [diff] |
[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 <trenn@suse.de> Signed-off-by: Dave Jones <davej@redhat.com> CC: cpufreq@vger.kernel.org