about summary refs log tree commit diff
path: root/sysdeps/x86_64/cacheinfo.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-12-23 19:32:28 +0000
committerUlrich Drepper <drepper@redhat.com>2007-12-23 19:32:28 +0000
commitee269826ab979e9ba43690b089882433e3c73148 (patch)
tree32ddaf28d547fa7c7c01fb9e5586f81fbe614e46 /sysdeps/x86_64/cacheinfo.c
parent4bcecfb75306716baf2f70e2afeb908b3f2c9c75 (diff)
downloadglibc-ee269826ab979e9ba43690b089882433e3c73148.tar.gz
glibc-ee269826ab979e9ba43690b089882433e3c73148.tar.xz
glibc-ee269826ab979e9ba43690b089882433e3c73148.zip
(intel_02_known): New entry 0x3f.
Diffstat (limited to 'sysdeps/x86_64/cacheinfo.c')
-rw-r--r--sysdeps/x86_64/cacheinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/cacheinfo.c b/sysdeps/x86_64/cacheinfo.c
index 83e7b3c60b..6403081c90 100644
--- a/sysdeps/x86_64/cacheinfo.c
+++ b/sysdeps/x86_64/cacheinfo.c
@@ -48,6 +48,7 @@ static const struct intel_02_cache_info
     { 0x3c, _SC_LEVEL2_CACHE_SIZE,   262144,  4, 64 },
     { 0x3d, _SC_LEVEL2_CACHE_SIZE,   393216,  6, 64 },
     { 0x3e, _SC_LEVEL2_CACHE_SIZE,   524288,  4, 64 },
+    { 0x3f, _SC_LEVEL2_CACHE_SIZE,   262144,  2, 64 },
     { 0x41, _SC_LEVEL2_CACHE_SIZE,   131072,  4, 32 },
     { 0x42, _SC_LEVEL2_CACHE_SIZE,   262144,  4, 32 },
     { 0x43, _SC_LEVEL2_CACHE_SIZE,   524288,  4, 32 },