X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fsysdata.c;fp=tests%2Fsysdata.c;h=e2406308050836338c8f5f2c7bb90d7c939ecf3e;hb=ec2d2ab8e90a0c4b86ffc2385655c2fb27fcacd9;hp=191defbc9cd25882361a926c4c5326b776dcbaf5;hpb=795fb988211df268a8f7724bd2f4493c594abee9;p=debian%2Fatlc diff --git a/tests/sysdata.c b/tests/sysdata.c index 191defb..e240630 100644 --- a/tests/sysdata.c +++ b/tests/sysdata.c @@ -96,7 +96,6 @@ int main() printf("CPU type: %s\n",data.cpu_type); printf("FPU type: %s\n",data.fpu_type); printf("Speed: %s MHz\n",data.mhz); - printf("RAM: %s Mb\n",data.memory); printf("L1 data cache %s kb\n",data.L1data); printf("L1 instruction cache: %s kb\n",data.L1instruction); printf("L2 cache: %s kb\n",data.L2);