diff options
author | Anton Blanchard <anton@samba.org> | 2005-11-09 00:34:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:55:50 -0500 |
commit | 3aef1bde147a503aacb59b767826720a996aea6d (patch) | |
tree | c736d4433a21e7564fff7062fea651e3fd1bc820 /kernel | |
parent | 90d45d17f3e68608ac7ba8fc3d7acce022a19c8e (diff) |
[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 'kernel')
-rw-r--r-- | kernel/softlockup.c | 3 |
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) | |||
73 | static int watchdog(void * __bind_cpu) | 73 | static int watchdog(void * __bind_cpu) |
74 | { | 74 | { |
75 | struct sched_param param = { .sched_priority = 99 }; | 75 | struct sched_param param = { .sched_priority = 99 }; |
76 | int this_cpu = (long) __bind_cpu; | ||
77 | |||
78 | printk("softlockup thread %d started up.\n", this_cpu); | ||
79 | 76 | ||
80 | sched_setscheduler(current, SCHED_FIFO, ¶m); | 77 | sched_setscheduler(current, SCHED_FIFO, ¶m); |
81 | current->flags |= PF_NOFREEZE; | 78 | current->flags |= PF_NOFREEZE; |