diff options
author | viresh kumar <[email protected]> | 2013-10-18 19:10:15 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2013-10-25 23:54:12 +0200 |
commit | ad7722dab7292dbc1c4586d701ac226b68122d39 (patch) | |
tree | 9d66845a9e2f1fbb6c2641d30f89f164724a5f76 /tools/perf/util/trace-event-scripting.c | |
parent | 19e77c28dbf1972305da0dfeb92a62f83df3a91d (diff) |
cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsem
We have per-CPU cpu_policy_rwsem for cpufreq core, but we never use
all of them. We always use rwsem of policy->cpu and so we can
actually make this rwsem per policy instead.
This patch does this change. With this change other tricky situations
are also avoided now, like which lock to take while we are changing
policy->cpu, etc.
Suggested-by: Srivatsa S. Bhat <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Reviewed-by: Srivatsa S. Bhat <[email protected]>
Tested-by: Andrew Lunn <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions