]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softlockup.c
h63xx: tsc2101 alsa sound support
[linux-2.6-omap-h63xx.git] / kernel / softlockup.c
index a2dcceb9437d61561caf1f85b0099cd4cd9e262d..c67189a25d52efbd2aa6afdf0655cfe860971189 100644 (file)
@@ -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;