e0d22d03c0
The fdiv detection code writes s32 integer into the boot_cpu_data.fdiv_bug. However, the boot_cpu_data.fdiv_bug is only char (s8) field so the detection overwrites already set fields for other bugs, e.g. the f00f bug field. Use local s32 variable to receive result. This is a partial fix to Bugzilla #9928 - fixes wrong information about the f00f bug (tested) and probably for coma bug (I have no cpu to test this). Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> |
||
---|---|---|
.. | ||
cpufreq | ||
mcheck | ||
mtrr | ||
addon_cpuid_features.c | ||
amd.c | ||
amd_64.c | ||
bugs.c | ||
bugs_64.c | ||
centaur.c | ||
centaur_64.c | ||
common.c | ||
common_64.c | ||
cpu.h | ||
cyrix.c | ||
feature_names.c | ||
intel.c | ||
intel_64.c | ||
intel_cacheinfo.c | ||
Makefile | ||
perfctr-watchdog.c | ||
proc.c | ||
transmeta.c | ||
umc.c |