Liu, Jinsong
2008-Jul-18 07:54 UTC
[Xen-devel][PATCH 1/2] X86: fix cpufreq _psd HW_ALL coordination bug
X86: Fix cpufreq _psd HW_ALL coordination bug Currently xen cpufreq has a bug when handleing _psd HW_ALL, which will result in system broken when _psd HW_ALL. This patch fix this bug by handling _psd HW_ALL in same way as SW_ALL coordiantion, for the seek of safety. Signed-off-by: Liu Jinsong <jinsong.liu@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Reasonably Related Threads
- [PATCH 07/12] cpufreq: allocate CPU masks dynamically
- [PATCH] Cpufreq domain structure update from array to link list
- [PATCH] Set xen as default cpufreq, set userspace as default governor
- [PATCH] cpufreq: error path fixes
- [PATCH 2] Cpufreq: prevent negative px resident time, add spinlock to avoid race