Commit ad6b7f70 authored by Linus Torvalds's avatar Linus Torvalds

Get Intel model name from the CPU

parent 0d961969
...@@ -156,6 +156,7 @@ static void __init init_intel(struct cpuinfo_x86 *c) ...@@ -156,6 +156,7 @@ static void __init init_intel(struct cpuinfo_x86 *c)
} }
#endif #endif
get_model_name(c);
if (c->cpuid_level > 1) { if (c->cpuid_level > 1) {
/* supports eax=2 call */ /* supports eax=2 call */
......
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