From: Bartlomiej Zolnierkiewicz Date: Fri, 20 Dec 2013 18:47:28 +0000 (+0100) Subject: intel_idle: do C1E promotion disable quirk for hotplugged CPUs X-Git-Tag: v3.14-rc1~107^2~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf87ab89fbd14b723b7282de635bc70f4996342;p=pandora-kernel.git intel_idle: do C1E promotion disable quirk for hotplugged CPUs If the system is booted with some CPUs offline C1E promotion disable quirk won't be applied because on_each_cpu() in intel_idle_cpuidle_driver_init() operates only on online CPUs. Fix it by adding the C1E promotion disable handling to intel_idle_cpu_init() (which is also called during CPU_ONLINE operation). Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Cc: Len Brown Reviewed-by: Daniel Lezcano Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed