aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-05-27 15:16:22 -0700
committerH.J. Lu <hjl.tools@gmail.com>2016-05-27 15:16:51 -0700
commitd6af2388f7085b134d289b034a9cbe21a2d5f819 (patch)
tree247fee5893bf0ed398c80500d3fa919580cac5db /ChangeLog
parentf6ef0657e493e1f84dfb5b0b1966cf34e371ae27 (diff)
downloadglibc-d6af2388f7085b134d289b034a9cbe21a2d5f819.zip
glibc-d6af2388f7085b134d289b034a9cbe21a2d5f819.tar.gz
glibc-d6af2388f7085b134d289b034a9cbe21a2d5f819.tar.bz2
Count number of logical processors sharing L2 cache
For Intel processors, when there are both L2 and L3 caches, SMT level type should be ued to count number of available logical processors sharing L2 cache. If there is only L2 cache, core level type should be used to count number of available logical processors sharing L2 cache. Number of available logical processors sharing L2 cache should be used for non-inclusive L2 and L3 caches. * sysdeps/x86/cacheinfo.c (init_cacheinfo): Count number of available logical processors with SMT level type sharing L2 cache for Intel processors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 776b7ca..1e11464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-05-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/x86/cacheinfo.c (init_cacheinfo): Count number of
+ available logical processors with SMT level type sharing L2
+ cache for Intel processors.
+
2016-05-27 Joseph Myers <joseph@codesourcery.com>
[BZ #20160]