|
@@ -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;
|