Liu, Jinsong
2008-Dec-31 11:19 UTC
[PATCH 2][Xen-devel] Cpufreq: prevent negative px resident time, add spinlock to avoid race
Cpufreq: prevent negative px resident time, add spinlock to avoid race Due to NOW() value may drift between different cpus, we add protection to prevent negative px resident time. Due to both cpufreq logic and xenpm may race accessing cpufreq_statistic_data, we add spinlock to avoid race. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- How to use Px/Cx for power saving?
- [PATCH V2 1/2] cpufreq, xenpm: fix cpufreq and xenpm mismatch
- FW: cpufreq info propagation
- [PATCH 1/2] cpufreq, powernow: enable/disable core performance boost for all cpus in policy
- [PATCH 2/2] Add Px statistic interface to Xen