Re: [PATCH v2]x86: Fix override new_cpu_data.x86 with 486

2013-06-28 Thread Borislav Petkov
On Fri, Jun 28, 2013 at 10:45:16PM +0800, Wang YanQing wrote: > 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 Acked-by: Borislav Petkov Since this is not a cr

[PATCH v2]x86: Fix override new_cpu_data.x86 with 486

2013-06-28 Thread Wang YanQing
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 --- ChangeLog v1-v2: 1:Use more accurate and short commit log arch/x86/kernel/head_32.S | 2 +- 1 file changed, 1 insertion