mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] don't print per-cpu delay loop calibration
@ 2004-08-13 17:27 Jesse Barnes
  0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-08-13 17:27 UTC (permalink / raw)
  To: akpm, linux-kernel; +Cc: Greg Edwards

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

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@sgi.com>

Thanks,
Jesse

[-- Attachment #2: quiet-calibrating-delay-loop.patch --]
[-- Type: text/plain, Size: 384 bytes --]

===== 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-13 17:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-13 17:27 [PATCH] don't print per-cpu delay loop calibration Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®