From: Wang YanQing Date: Fri, 28 Jun 2013 14:45:16 +0000 (+0800) Subject: x86: Fix override new_cpu_data.x86 with 486 X-Git-Tag: v3.12-rc1~161^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237d1548543312fcc8c99d302ab68fbf8ef6f97f;p=pandora-kernel.git x86: Fix override new_cpu_data.x86 with 486 We should set X86 to 486 before use cpuid to detect the cpu type, if we set X86 to 486 after cpuid, then we will get 486 until cpu_detect runs. Signed-off-by: Wang YanQing Link: http://lkml.kernel.org/r/20130628144516.GA2177@udknight Acked-by: Borislav Petkov Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed