* [PATCH] quieten softlockup at boot
@ 2005-11-07 7:51 Anton Blanchard
2005-11-07 8:15 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2005-11-07 7:51 UTC (permalink / raw)
To: akpm; +Cc: mingo, linux-kernel
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, ¶m);
current->flags |= PF_NOFREEZE;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-07 8:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-07 7:51 [PATCH] quieten softlockup at boot Anton Blanchard
2005-11-07 8:15 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox