commit | 8ff69732d484ea9ccbf242cc49b4fe9538e64c71 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Sun Mar 05 03:37:23 2006 -0500 |
committer | Dave Jones <davej@redhat.com> | Sun Mar 05 03:37:23 2006 -0500 |
tree | 5b65e26af1cbf2f5c54ca9b3b35755ddeb2f40ee | |
parent | 2a1c1c877ecb446dbdf1715248e151db8719a87b [diff] |
[CPUFREQ] Fix handling for CPU hotplug This patch adds proper logic to cpufreq driver in order to handle CPU Hotplug. When CPUs go on/offline, the affected CPUs data, cpufreq_policy->cpus, is not updated properly. This causes sysfs directories and symlinks to be in an incorrect state after few CPU on/offlines. Signed-off-by: Jacob Shin <jacob.shin@amd.com> Signed-off-by: Dave Jones <davej@redhat.com>