From: Andi Kleen Date: Wed, 11 Jan 2006 21:45:27 +0000 (+0100) Subject: [PATCH] i386: Replace broken serialize_cpu in microcode driver with correct sync_core X-Git-Tag: v2.6.16-rc1~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487472bc01fab0625996aad37836aad931e4eda9;p=pandora-kernel.git [PATCH] i386: Replace broken serialize_cpu in microcode driver with correct sync_core Passing random input values in eax to cpuid is not a good idea because the CPU will GPF for unknown ones. Use the correct x86-64 version that exists for a longer time too. This also adds a memory barrier to prevent the optimizer from reordering. Cc: tigran@veritas.com Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed