Commit a1b123ad authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] Update proc.c for renamed fpu irq

parent 4ea4c54b
......@@ -96,7 +96,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
#endif
/* We use exception 16 if we have hardware math and we've either seen it or the CPU claims it is internal */
fpu_exception = c->hard_math && (ignore_irq13 || cpu_has_fpu);
fpu_exception = c->hard_math && (ignore_fpu_irq || cpu_has_fpu);
seq_printf(m, "fdiv_bug\t: %s\n"
"hlt_bug\t\t: %s\n"
"f00f_bug\t: %s\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment