X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fsysdata.c;h=e2406308050836338c8f5f2c7bb90d7c939ecf3e;hb=refs%2Ftags%2Fupstream%2F4.6.1;hp=191defbc9cd25882361a926c4c5326b776dcbaf5;hpb=a51f9bc3e458756855df5ab51a7e7ec015a9aebd;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);