The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: akpm@osdl.org
Cc: mingo@elte.hu, linux-kernel@vger.kernel.org
Subject: [PATCH] quieten softlockup at boot
Date: Mon, 7 Nov 2005 18:51:28 +1100	[thread overview]
Message-ID: <20051107075128.GM12353@krispykreme> (raw)


On a large SMP box we get a lot of softlockup thread XX started lines.
Any objections if we remove them?

Signed-off-by: Anton Blanchard <anton@samba.org>
---

Index: build/kernel/softlockup.c
===================================================================
--- build.orig/kernel/softlockup.c	2005-09-15 17:33:50.000000000 +1000
+++ build/kernel/softlockup.c	2005-10-06 21:52:14.000000000 +1000
@@ -75,8 +75,6 @@
 	struct sched_param param = { .sched_priority = 99 };
 	int this_cpu = (long) __bind_cpu;
 
-	printk("softlockup thread %d started up.\n", this_cpu);
-
 	sched_setscheduler(current, SCHED_FIFO, &param);
 	current->flags |= PF_NOFREEZE;
 

             reply	other threads:[~2005-11-07  7:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07  7:51 Anton Blanchard [this message]
2005-11-07  8:15 ` [PATCH] quieten softlockup at boot Ingo Molnar

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=20051107075128.GM12353@krispykreme \
    --to=anton@samba.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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