Implement ck1 patchset
/init/calibrate.c
blob:aae2f40fea4cbea200f0658c7f6afddb60f1d934 -> blob:6e0ba781a37ca5c29e262a46a43f2d54ec2151e8
--- init/calibrate.c
+++ init/calibrate.c
@@ -269,7 +269,7 @@ void __cpuinit calibrate_delay(void)
if (!printed)
pr_cont("%lu.%02lu BogoMIPS (lpj=%lu)\n",
lpj/(500000/HZ),
- (lpj/(5000/HZ)) % 100, lpj);
+ (lpj * 10 /(50000 / HZ)) % 100, lpj);
loops_per_jiffy = lpj;
printed = true;