[PATCH] quieten softlockup at boot

From: Anton Blanchard
Date: Mon Nov 07 2005 - 02:53:27 EST



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@xxxxxxxxx>
---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/