aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softlockup.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2005-11-08 21:34:25 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:55:50 -0800
commit3aef1bde147a503aacb59b767826720a996aea6d (patch)
treec736d4433a21e7564fff7062fea651e3fd1bc820 /kernel/softlockup.c
parent[PATCH] cpu hotplug: fix locking in cpufreq drivers (diff)
downloadlinux-dev-3aef1bde147a503aacb59b767826720a996aea6d.tar.xz
linux-dev-3aef1bde147a503aacb59b767826720a996aea6d.zip
[PATCH] quieten softlockup at boot
On a large SMP box we get a lot of softlockup thread XX started lines. Signed-off-by: Anton Blanchard <anton@samba.org> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--kernel/softlockup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/softlockup.c b/kernel/softlockup.c
index a2dcceb9437d..c67189a25d52 100644
--- a/kernel/softlockup.c
+++ b/kernel/softlockup.c
@@ -73,9 +73,6 @@ void softlockup_tick(struct pt_regs *regs)
static int watchdog(void * __bind_cpu)
{
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;