summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cris-etraxfs-cpufreq.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-08-06 17:23:11 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-08-10 01:24:47 (GMT)
commit6eed9404ab3c4baea54ce4c7e862e69df1d39f38 (patch)
tree92a27a7908110c7bba019c46e5d3427b6dee42fe /drivers/cpufreq/cris-etraxfs-cpufreq.c
parentfe492f3f0332e23cc6ca4913e5a2ed78e1888902 (diff)
downloadlinux-6eed9404ab3c4baea54ce4c7e862e69df1d39f38.tar.xz
cpufreq: Use rwsem for protecting critical sections
Critical sections of the cpufreq core are protected with the help of the driver module owner's refcount, which isn't the correct approach, because it causes rmmod to return an error when some routine has updated that refcount. Let's use rwsem for this purpose instead. Only cpufreq_unregister_driver() will use write sem and everybody else will use read sem. [rjw: Subject & changelog] Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/cris-etraxfs-cpufreq.c')
0 files changed, 0 insertions, 0 deletions