mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Will Deacon <will.deacon@arm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] init: calibrate: don't print out bogomips value on boot
Date: Thu, 10 Oct 2013 14:52:35 -0700	[thread overview]
Message-ID: <20131010145235.1c6574299bc636cf92190d32@linux-foundation.org> (raw)
In-Reply-To: <1381330640-32735-1-git-send-email-will.deacon@arm.com>

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.

  reply	other threads:[~2013-10-10 21:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09 14:57 Will Deacon
2013-10-10 21:52 ` Andrew Morton [this message]
2013-10-11 10:40   ` Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131010145235.1c6574299bc636cf92190d32@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome