We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc69f86 + f881af5 commit fdc04c0Copy full SHA for fdc04c0
cpuid_x86.c
@@ -489,7 +489,7 @@ int get_cacheinfo(int type, cache_info_t *cacheinfo)
489
info[12] = BITMASK(edx, 8, 0xff);
490
info[13] = BITMASK(edx, 16, 0xff);
491
info[14] = BITMASK(edx, 24, 0xff);
492
-fprintf(stderr,"numcalls needed to retrieve all cache data %d\n",numcalls);
+
493
for (i = 0; i < 15; i++) {
494
switch (info[i]) {
495
/* This table is from http://www.sandpile.org/x86/cpuid.htm */
0 commit comments