public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Andrew Morton <akpm@osdl.org>
Cc: David Howells <dhowells@redhat.com>,
	torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix printk format vs argument warning
Date: Tue, 5 Jul 2005 23:40:04 +0200	[thread overview]
Message-ID: <20050705214004.GA11695@elte.hu> (raw)
In-Reply-To: <20050705143348.29348633.akpm@osdl.org>


* Andrew Morton <akpm@osdl.org> wrote:

> calibrate_migration_costs() causes a storm of boot-time output and I 
> think all those printks should be removed before this code goes up to 
> Linus.  Maybe split out into a separate -mm-only patch?

it was only a debugging measure. Patch below turns off.

------
turn off migration debugging.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

 kernel/sched.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-sched-curr/kernel/sched.c
===================================================================
--- linux-sched-curr.orig/kernel/sched.c
+++ linux-sched-curr/kernel/sched.c
@@ -5043,7 +5043,7 @@ __init static unsigned long domain_dista
 	return distance;
 }
 
-static __initdata unsigned int migration_debug = 1;
+static __initdata unsigned int migration_debug = 0;
 
 static int __init setup_migration_debug(char *str)
 {

      reply	other threads:[~2005-07-05 21:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-05 20:03 [PATCH] Fix printk format vs argument warning David Howells
2005-07-05 21:33 ` Andrew Morton
2005-07-05 21:40   ` Ingo Molnar [this message]

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=20050705214004.GA11695@elte.hu \
    --to=mingo@elte.hu \
    --cc=akpm@osdl.org \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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