|
@@ -35,7 +35,7 @@ static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c)
|
|
|
"cpuid level\t: %d\n"
|
|
|
"wp\t\t: %s\n",
|
|
|
c->fdiv_bug ? "yes" : "no",
|
|
|
- c->f00f_bug ? "yes" : "no",
|
|
|
+ static_cpu_has_bug(X86_BUG_F00F) ? "yes" : "no",
|
|
|
c->coma_bug ? "yes" : "no",
|
|
|
c->hard_math ? "yes" : "no",
|
|
|
c->hard_math ? "yes" : "no",
|