This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18185] Wrong processor count for L2 cache sharing on Silvermont and Knights Landing


https://sourceware.org/bugzilla/show_bug.cgi?id=18185

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b7598b1b855b39628104feb9a1f6151a86351a64 (commit)
      from  b003c666efc6c25908a36bcabee87a2bf1c49a09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b7598b1b855b39628104feb9a1f6151a86351a64

commit b7598b1b855b39628104feb9a1f6151a86351a64
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 20 14:41:14 2016 -0700

    Remove special L2 cache case for Knights Landing

    L2 cache is shared by 2 cores on Knights Landing, which has 4 threads
    per core:

    https://en.wikipedia.org/wiki/Xeon_Phi#Knights_Landing

    So L2 cache is shared by 8 threads on Knights Landing as reported by
    CPUID.  We should remove special L2 cache case for Knights Landing.

        [BZ #18185]
        * sysdeps/x86/cacheinfo.c (init_cacheinfo): Don't limit threads
        sharing L2 cache to 2 for Knights Landing.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    6 ++++++
 sysdeps/x86/cacheinfo.c |    2 --
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]