]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CPUFREQ] Fix handling for CPU hotplug
authorDave Jones <davej@redhat.com>
Sun, 5 Mar 2006 08:37:23 +0000 (03:37 -0500)
committerDave Jones <davej@redhat.com>
Sun, 5 Mar 2006 08:37:23 +0000 (03:37 -0500)
commit8ff69732d484ea9ccbf242cc49b4fe9538e64c71
tree5b65e26af1cbf2f5c54ca9b3b35755ddeb2f40ee
parent2a1c1c877ecb446dbdf1715248e151db8719a87b
[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>
drivers/cpufreq/cpufreq.c