]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in cache information table for x86-{32,64}.
authorUlrich Drepper <drepper@gmail.com>
Sun, 3 Apr 2011 13:32:31 +0000 (09:32 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 3 Apr 2011 13:32:31 +0000 (09:32 -0400)
ChangeLog
sysdeps/unix/sysv/linux/i386/sysconf.c
sysdeps/x86_64/cacheinfo.c

index 058f3de82210818372a6586fbd8811ed2790913b..717292d4df3c7fcef443d8be4ccb3545007a718e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-03  Ulrich Drepper  <drepper@gmail.com>
+
+       * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
+       * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
+
 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
index 1f5d3b06b15cf97ac04b06a302fb56e6b21339c7..6d8e9ab7aea588601fe09447c2b7948590da5913 100644 (file)
@@ -135,7 +135,7 @@ static const struct intel_02_cache_info
     { 0xdc, 12, 64, M(_SC_LEVEL3_CACHE_SIZE),  2097152 },
     { 0xdd, 12, 64, M(_SC_LEVEL3_CACHE_SIZE),  4194304 },
     { 0xde, 12, 64, M(_SC_LEVEL3_CACHE_SIZE),  8388608 },
-    { 0xe3, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  2097152 },
+    { 0xe2, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  2097152 },
     { 0xe3, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  4194304 },
     { 0xe4, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  8388608 },
     { 0xea, 24, 64, M(_SC_LEVEL3_CACHE_SIZE), 12582912 },
index bd4be3d2df52f5f184c5ab1663d6e10e8fc9a10a..fdba6efef12abe1899e1b519f3f8e2ffa5b19191 100644 (file)
@@ -130,7 +130,7 @@ static const struct intel_02_cache_info
     { 0xdc, 12, 64, M(_SC_LEVEL3_CACHE_SIZE),  2097152 },
     { 0xdd, 12, 64, M(_SC_LEVEL3_CACHE_SIZE),  4194304 },
     { 0xde, 12, 64, M(_SC_LEVEL3_CACHE_SIZE),  8388608 },
-    { 0xe3, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  2097152 },
+    { 0xe2, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  2097152 },
     { 0xe3, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  4194304 },
     { 0xe4, 16, 64, M(_SC_LEVEL3_CACHE_SIZE),  8388608 },
     { 0xea, 24, 64, M(_SC_LEVEL3_CACHE_SIZE), 12582912 },