]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
init: calibrate: don't print out bogomips value on boot
authorShreshtha Sahu <ssahu@nvidia.com>
Fri, 19 Jul 2013 05:27:26 +0000 (10:57 +0530)
committerShreshtha Sahu <ssahu@nvidia.com>
Thu, 24 Oct 2013 05:09:17 +0000 (22:09 -0700)
commit99c9871c5793a023468f7d50b993ddb3199a61d6
treeb40e0e7539ff2a88c89b9c922398b05b19d27f8c
parentb4941d8f5d3c2b6b10876087e861d301b21325a5
init: calibrate: don't print out bogomips value on boot

BogoMIPs is a confusing concept to the ill-informed, so allow
architectures to print it only if they find it worthwhile. The delay
calibration code should stick to lpj and avoid trying to draw any
correlation with BogoMIPs, which may be a fixed value derived from a
timer frequency independent of the CPU clock speed.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Patch picked from - https://lkml.org/lkml/2013/5/3/399

Bug 1320222

Change-Id: I6f08d6eea075a7ee0ab98e7c04ceb29ba350ee60
Signed-off-by: Shreshtha Sahu <ssahu@nvidia.com>
Reviewed-on: http://git-master/r/302229
Reviewed-by: Kiran Adduri <kadduri@nvidia.com>
Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
init/calibrate.c