aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2012-08-03 09:50:28 +0200
committerDavid Vrabel <david.vrabel@citrix.com>2012-08-03 09:50:28 +0200
commite50c91ab1a922304ab0b2af20981c0994b3a7840 (patch)
tree4d7424055378764441d4fcc2f1f636983847dfbb /tools/python
parent097baed0b10099cd43477f81bf18cf4dd4a58ecf (diff)
downloadxen-e50c91ab1a922304ab0b2af20981c0994b3a7840.tar.gz
xen-e50c91ab1a922304ab0b2af20981c0994b3a7840.tar.bz2
xen-e50c91ab1a922304ab0b2af20981c0994b3a7840.zip
cpufreq: P state stats aren't available if there is no cpufreq driver
If there is no cpufreq driver (e.g., with an AMD Opteron 8212) then reading the P state statistics causes a deadlock as an uninitialized spinlock is locked in do_get_pm_info(). The spinlock is initialized in cpufreq_statistic_init() which is not called if cpufreq_driver == NULL. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Committed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'tools/python')
0 files changed, 0 insertions, 0 deletions