[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)
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

No differences found