diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/cpu/intel.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index df86bc8c859d..32e86aa52743 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c | |||
@@ -400,12 +400,10 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c) | |||
400 | 400 | ||
401 | switch (c->x86_model) { | 401 | switch (c->x86_model) { |
402 | case 5: | 402 | case 5: |
403 | if (c->x86_mask == 0) { | 403 | if (l2 == 0) |
404 | if (l2 == 0) | 404 | p = "Celeron (Covington)"; |
405 | p = "Celeron (Covington)"; | 405 | else if (l2 == 256) |
406 | else if (l2 == 256) | 406 | p = "Mobile Pentium II (Dixon)"; |
407 | p = "Mobile Pentium II (Dixon)"; | ||
408 | } | ||
409 | break; | 407 | break; |
410 | 408 | ||
411 | case 6: | 409 | case 6: |