bsd fixes

This commit is contained in:
inxi-svn 2014-05-02 20:37:30 +00:00
parent 7d6ed4d848
commit 6bdfea0ad7

2
inxi
View file

@ -3919,7 +3919,7 @@ get_cpu_data_bsd()
cpuClock = $NF / 1000000
}
/^hw.l2cachesize/ {
cpuCache=$NF/1000
cpuCache=$NF/1024
cpuCache=cpuCache " kB"
}
/^machdep.cpu.vendor/ {