|
@@ -1184,7 +1184,7 @@ static void identify_cpu(struct cpuinfo_x86 *c)
|
|
int i;
|
|
int i;
|
|
|
|
|
|
c->loops_per_jiffy = loops_per_jiffy;
|
|
c->loops_per_jiffy = loops_per_jiffy;
|
|
- c->x86_cache_size = -1;
|
|
|
|
|
|
+ c->x86_cache_size = 0;
|
|
c->x86_vendor = X86_VENDOR_UNKNOWN;
|
|
c->x86_vendor = X86_VENDOR_UNKNOWN;
|
|
c->x86_model = c->x86_stepping = 0; /* So far unknown... */
|
|
c->x86_model = c->x86_stepping = 0; /* So far unknown... */
|
|
c->x86_vendor_id[0] = '\0'; /* Unset */
|
|
c->x86_vendor_id[0] = '\0'; /* Unset */
|