From: Borislav Petkov Date: Mon, 11 Feb 2013 14:22:16 +0000 (+0100) Subject: x86: Detect CPUID support early at boot X-Git-Tag: v3.9-rc1~168^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9efb58de919efa8312861d454be014094f6f0ffc;p=pandora-kernel.git x86: Detect CPUID support early at boot We detect CPUID function support on each CPU and save it for later use, obviating the need to play the toggle EFLAGS.ID game every time. C code is looking at ->cpuid_level anyway. Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1360592538-10643-3-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed