X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=c67189a25d52efbd2aa6afdf0655cfe860971189;hb=8ba7b0a14b2ec19583bedbcdbea7f1c5008fc922;hp=a2dcceb9437d61561caf1f85b0099cd4cd9e262d;hpb=0ad3a96f8ad910ecf87a25ec69ed360b284dee2e;p=powerpc.git diff --git a/kernel/softlockup.c b/kernel/softlockup.c index a2dcceb943..c67189a25d 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;