From: Lan Tianyu Date: Thu, 31 Jul 2014 14:28:50 +0000 (+0800) Subject: ACPI / processor: Make acpi_cpu_soft_notify() process CPU FROZEN events X-Git-Tag: omap-for-v3.17/fixes-against-rc2~56^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9c167d93e6e2f4697f5061756f26356793cd95;p=pandora-kernel.git ACPI / processor: Make acpi_cpu_soft_notify() process CPU FROZEN events CPU hotplug happens during S2RAM and CPU notify event will be CPU_XXX_FROZEN. acpi_cpu_soft_notify() ignores to check these events. This also may make acpi_cpu_soft_notify() fall into sleep during CPU_DYING/STARTING_FROZEN events which don't allow callbacks to sleep. This patch is to fix it. Signed-off-by: Lan Tianyu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed