We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc69f86 commit f881af5Copy full SHA for f881af5
1 file changed
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