lkml.org 
[lkml]   [2013]   [Oct]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] init: calibrate: don't print out bogomips value on boot
On Wed,  9 Oct 2013 15:57:20 +0100 Will Deacon <will.deacon@arm.com> wrote:

> @@ -295,9 +295,7 @@ void calibrate_delay(void)
> }
> per_cpu(cpu_loops_per_jiffy, this_cpu) = lpj;
> if (!printed)
> - pr_cont("%lu.%02lu BogoMIPS (lpj=%lu)\n",
> - lpj/(500000/HZ),
> - (lpj/(5000/HZ)) % 100, lpj);
> + pr_cont("lpj=%lu\n", lpj);
>
> loops_per_jiffy = lpj;
> printed = true;

Kidding? BogoMIPS is an industry-standard metric which was established
before many of us were born. It even has its own wikipedia page!

You have no heart.


\
 
 \ /
  Last update: 2013-10-11 00:01    [W:0.049 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site