X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=c67189a25d52efbd2aa6afdf0655cfe860971189;hb=7e4e574c391cdeef516411eb698ac6955f01d673;hp=a2dcceb9437d61561caf1f85b0099cd4cd9e262d;hpb=407cf84f956ee4b52da5508d5357b8ae212ff77c;p=~andy%2Flinux diff --git a/kernel/softlockup.c b/kernel/softlockup.c index a2dcceb9437..c67189a25d5 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, ¶m); current->flags |= PF_NOFREEZE;