Package: libc6.1
Version: 2.11.2-13
Severity: normal

I tested both 2.7-18lenny7 and 2.11.2-13 on other machine,
result is the same:

$ getconf -a | grep LEVEL
LEVEL1_ICACHE_SIZE                 64
LEVEL1_ICACHE_ASSOC                65536
LEVEL1_ICACHE_LINESIZE             2
LEVEL1_DCACHE_SIZE                 64
LEVEL1_DCACHE_ASSOC                65536
LEVEL1_DCACHE_LINESIZE             2
LEVEL2_CACHE_SIZE                  64
LEVEL2_CACHE_ASSOC                 4194304
LEVEL2_CACHE_LINESIZE              1
LEVEL3_CACHE_SIZE                  
LEVEL3_CACHE_ASSOC                 
LEVEL3_CACHE_LINESIZE              
LEVEL4_CACHE_SIZE                  
LEVEL4_CACHE_ASSOC                 
LEVEL4_CACHE_LINESIZE              
$

$ cat /proc/cpuinfo 
cpu                     : Alpha
cpu model               : EV6
cpu variation           : 7
cpu revision            : 0
cpu serial number       : 
system type             : Tsunami
system variation        : Monet
system revision         : 0
system serial number    : AY0
cycle frequency [Hz]    : 500000000 
timer frequency [Hz]    : 1024.00
page size [bytes]       : 8192
phys. address bits      : 44
max. addr. space #      : 255
BogoMIPS                : 994.44
kernel unaligned acc    : 24 (pc=fffffc00010e0748,va=fffffc00192ca1ea)
user unaligned acc      : 0 (pc=0,va=0)
platform string         : COMPAQ Professional Workstation XP1000
cpus detected           : 1
L1 Icache               : 64K, 2-way, 64b line
L1 Dcache               : 64K, 2-way, 64b line
L2 cache                : 4096K, 1-way, 64b line
L3 cache                : n/a
$

As you can see

  LEVEL2_CACHE_SIZE                  64
  LEVEL2_CACHE_ASSOC                 4194304
  LEVEL2_CACHE_LINESIZE              1

should be actually

  LEVEL2_CACHE_SIZE                  4194304
  LEVEL2_CACHE_ASSOC                 1
  LEVEL2_CACHE_LINESIZE              64

for example

Both machines are identical. one have lenny installed, one is
partially using unstable (for example libc* packages).

Both machines runs 2.6.26:

Linux a02 2.6.26-2-alpha-generic #1 Thu Jan 27 05:54:49 UTC 2011 alpha GNU/Linux


Regards,
Witek


-- debconf information:
  glibc/upgrade: true
  glibc/restart-failed:
  glibc/restart-services:



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110331004217.9681.94849.report...@a09.smp.if.uj.edu.pl

Reply via email to