commit | 42c74b84c64633dd3badbfc2abd2ef1728b64b30 | [log] [tgz] |
---|---|---|
author | Prarit Bhargava <prarit@redhat.com> | Mon Aug 03 10:58:11 2009 -0400 |
committer | Dave Jones <davej@redhat.com> | Tue Aug 04 14:32:10 2009 -0400 |
tree | 16b9378a38cde51f50078a2d5d41353d346d0dc4 | |
parent | 26d204afa18f7df177f21bdb3759e0098ca8f7d5 [diff] |
[CPUFREQ] Do not set policy for offline cpus Suspend/Resume fails on multi socket, multi core systems because the cpufreq code erroneously sets the per_cpu policy_cpu value when a logical cpu is offline. This most notably results in missing sysfs files that are used to set the cpu frequencies of the various cpus. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Dave Jones <davej@redhat.com>