mirror of git://sourceware.org/git/glibc.git
Fix typo in cache information table for x86-{32,64}.
This commit is contained in:
parent
955ce8cf2d
commit
dedc7c7b05
|
@ -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.
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue