From: Borislav Petkov Date: Mon, 23 Jul 2012 18:15:10 +0000 (+0200) Subject: x86, microcode: Cleanup cpu hotplug notifier callback X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~82^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c3f0d883300c8fc2bb62e9a70cf89a2ada9a80;p=pandora-kernel.git x86, microcode: Cleanup cpu hotplug notifier callback Mask out CPU_TASKS_FROZEN bit so that all _FROZEN cases can be dropped. Also, add some more comments as to why CPU_ONLINE falls through to CPU_DOWN_FAILED (no break), and for the CPU_DEAD case. Realign debug printks better. Idea blatantly stolen from a tglx patch: http://marc.info/?l=linux-kernel&m=134267779513862 Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1344361461-10076-5-git-send-email-bp@amd64.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed