lkml.org 
[lkml]   [2005]   [Nov]   [7]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 7 Nov 2005 18:51:28 +1100
FromAnton Blanchard <>
Subject[PATCH] quieten softlockup at boot
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;
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-11-07 07:56    [from the cache]
©2003-2008