From: Viresh Kumar Date: Sat, 12 Jan 2013 05:14:39 +0000 (+0000) Subject: cpufreq: Notify governors when cpus are hot-[un]plugged X-Git-Tag: v3.9-rc1~146^2~3^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a7409cab3b525c5e55540e7cd08d23e198352f;p=pandora-kernel.git cpufreq: Notify governors when cpus are hot-[un]plugged Because cpufreq core and governors worry only about the online cpus, if a cpu is hot [un]plugged, we must notify governors about it, otherwise be ready to expect something unexpected. We already have notifiers in the form of CPUFREQ_GOV_START/CPUFREQ_GOV_STOP, we just need to call them now. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed