Merge pull request #42 from joonicks/joonix-dev

bogomips
This commit is contained in:
joonicks 2018-04-14 18:13:32 +02:00 committed by GitHub
commit 9529ba3317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ void do_cpuinfo(COMMAND_ARGS)
*bogostr = 0; *bogostr = 0;
*cpustr = 0; *cpustr = 0;
if (bogo == 1) if (bogo)
sprintf(bogostr,", %s BogoMips",vmlib); sprintf(bogostr,", %s BogoMips",vmlib);
if (cpus > 1 || (cores > cpus)) if (cpus > 1 || (cores > cpus))
{ {