[CPUFREQ] Remove unneeded locks
authorThomas Renninger <trenn@suse.de>
Thu, 3 Mar 2011 20:31:27 +0000 (21:31 +0100)
committerDave Jones <davej@redhat.com>
Wed, 16 Mar 2011 21:54:32 +0000 (17:54 -0400)
commit326c86deaed54ad1b364fcafe5073f563671eb58
treefb0784c6450d3d618127df3823ffeeda400ac58f
parente8951251b89440644a39f2512b4f265973926b41
[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
drivers/cpufreq/cpufreq_conservative.c
drivers/cpufreq/cpufreq_ondemand.c