From: Andi Kleen Date: Mon, 15 Dec 2008 22:33:10 +0000 (+0100) Subject: x86: re-enable MCE on secondary CPUS after suspend/resume X-Git-Tag: v2.6.28~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9b303e55da810255638c0b616b1a3f7eda9320;p=pandora-kernel.git x86: re-enable MCE on secondary CPUS after suspend/resume Impact: fix disabled MCE after resume Don't prevent multiple initialization of MCEs. Back from early prehistory mcheck_init() has a reentry check. Presumably that was needed in very old kernels to prevent it entering twice. But as Andreas points out this prevents CPU hotplug (and therefore resume) to correctly reinitialize MCEs when a AP boots again after being offlined. Just drop the check. Reported-by: Andreas Herrmann Signed-off-by: Andi Kleen Tested-by: Andreas Herrmann Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed