diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 13:42:46 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 13:42:46 -0700 |
commit | 3e9099b4f6666cd05b62d2829f65161daddb151b (patch) | |
tree | 91be21d2342e432272c8f5429f3ae7eb2a76fbfa /ChangeLog | |
parent | d28797e426aa7e4e380a7ae10faf4aa3c4767e0b (diff) | |
download | glibc-3e9099b4f6666cd05b62d2829f65161daddb151b.tar glibc-3e9099b4f6666cd05b62d2829f65161daddb151b.tar.gz glibc-3e9099b4f6666cd05b62d2829f65161daddb151b.tar.bz2 glibc-3e9099b4f6666cd05b62d2829f65161daddb151b.zip |
Add more cache descriptors for L3 caches on x86 and x86-64.
The most recent AP 485 describes a few more cache descriptors for
L3 caches with 24-way associativity.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-07-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more + cache descriptors. + * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise. + * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset SSSE3 bit for Atoms. * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test |