mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Cc: Greg Edwards <edwardsg@sgi.com>
Subject: [PATCH] don't print per-cpu delay loop calibration
Date: Fri, 13 Aug 2004 10:27:22 -0700	[thread overview]
Message-ID: <200408131027.22720.jbarnes@engr.sgi.com> (raw)

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

                 reply	other threads:[~2004-08-13 17:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200408131027.22720.jbarnes@engr.sgi.com \
    --to=jbarnes@engr.sgi.com \
    --cc=akpm@osdl.org \
    --cc=edwardsg@sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®