i want to determine maximum speed of cpu in MHz with linux operating system and MIPS hardware. With command cat /proc/cpuinfo
it results in BogoMIPS=1000.00
. And
`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq`
is not working. How can i convert it into MHz.Or what unit is used for BogoMIPS?? Thanks in advance