[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#609389: libc-bin: getconf -a have many variables set not properly (i.e. LEVEL*CACHE*)



Witold Baryluk a écrit :
> Package: libc-bin
> Version: 2.11.2-7
> Severity: normal
> 
> getconf -a have many variables set to 0.
> 
> for example
> 
> LEVEL1_ICACHE_SIZE                 0
> LEVEL1_ICACHE_ASSOC                0
> LEVEL1_ICACHE_LINESIZE             0
> LEVEL1_DCACHE_SIZE                 0
> LEVEL1_DCACHE_ASSOC                0
> LEVEL1_DCACHE_LINESIZE             0
> LEVEL2_CACHE_SIZE                  0
> LEVEL2_CACHE_ASSOC                 0
> LEVEL2_CACHE_LINESIZE              0
> 
> 
> they are easly available on most architectures in /proc/cpuinfo

/proc/cpuinfo are not providing all these details, but just a "cache
size". The most likely problem is that your CPU is not known by the GNU
libc. Could you please install the cpuid package and send me the output
of the cpuid command?

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net



Reply to: