Re: [PATCH] init: calibrate: don't print out bogomips value on boot

From: Andrew Morton
Date: Thu Oct 10 2013 - 17:52:41 EST


On Wed, 9 Oct 2013 15:57:20 +0100 Will Deacon <will.deacon@xxxxxxx> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/