diff options
-rw-r--r-- | sysdeps/x86_64/cacheinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/cacheinfo.c b/sysdeps/x86_64/cacheinfo.c index ddad63b..5b66c62 100644 --- a/sysdeps/x86_64/cacheinfo.c +++ b/sysdeps/x86_64/cacheinfo.c @@ -557,7 +557,7 @@ init_cacheinfo (void) while (((eax >> 5) & 0x7) != level); threads = (eax >> 14) & 0x3ff; - + /* If max_cpuid >= 11, THREADS is the maximum number of addressable IDs for logical processors sharing the cache, instead of the maximum number of threads |