[PATCH] don't print per-cpu delay loop calibration

From: Jesse Barnes
Date: Fri Aug 13 2004 - 12:33:11 EST


People are mainly concerned with showing off their total bogomips, not per-cpu
bogomips, so turn it into a KERN_DEBUG message for the benefit of systems
with lots of CPUs.

Signed-off-by: Jesse Barnes <jbarnes@xxxxxxx>

Thanks,
Jesse
===== init/main.c 1.149 vs edited =====
--- 1.149/init/main.c 2004-06-27 00:19:38 -07:00
+++ edited/init/main.c 2004-08-13 09:53:37 -07:00
@@ -196,7 +196,7 @@

loops_per_jiffy = (1<<12);

- printk("Calibrating delay loop... ");
+ printk(KERN_DEBUG "Calibrating delay loop... ");
while ((loops_per_jiffy <<= 1) != 0) {
/* wait for "start of" clock tick */
ticks = jiffies;