Re: [PATCH] x86: fix 32-bit *_cpu_data initializers

2013-03-02 Thread Borislav Petkov
On Sun, Mar 03, 2013 at 12:14:42AM +0100, Krzysztof Mazur wrote: > The commit 27be457000211a6903968dfce06d5f73f051a217 > (x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag) > removed the hlt_works_ok flag from struct cpuinfo_x86, but > boot_cpu_data and new_cpu_data initializers we

[PATCH] x86: fix 32-bit *_cpu_data initializers

2013-03-02 Thread Krzysztof Mazur
The commit 27be457000211a6903968dfce06d5f73f051a217 (x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag) removed the hlt_works_ok flag from struct cpuinfo_x86, but boot_cpu_data and new_cpu_data initializers were not changed causing setting f00f_bug flag, instead of fdiv_bug. If CON