<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Jesse Barnes &lt;jbarnes@engr.sgi.com&gt;

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 &lt;jbarnes@sgi.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/init/main.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN init/main.c~dont-print-per-cpu-delay-loop-calibration init/main.c
--- 25/init/main.c~dont-print-per-cpu-delay-loop-calibration	2004-08-15 15:33:15.119229032 -0700
+++ 25-akpm/init/main.c	2004-08-15 15:33:15.123228424 -0700
@@ -220,7 +220,7 @@ void __devinit calibrate_delay(void)
 	} else {
 		loops_per_jiffy = (1&lt;&lt;12);
 
-		printk("Calibrating delay loop... ");
+		printk(KERN_DEBUG "Calibrating delay loop... ");
 		while ((loops_per_jiffy &lt;&lt;= 1) != 0) {
 			/* wait for "start of" clock tick */
 			ticks = jiffies;
_
</pre></body></html>