x86/cpu: Change type of x86_cache_size variable to unsigned int
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / common.c
index a7d8df6..824aee0 100644 (file)
@@ -1184,7 +1184,7 @@ static void identify_cpu(struct cpuinfo_x86 *c)
        int i;
 
        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_model = c->x86_stepping = 0;     /* So far unknown... */
        c->x86_vendor_id[0] = '\0'; /* Unset */