X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fsoftlockup.c;h=708d4882c0c391bffa47a24ae0153bccabd0a1c7;hb=90b02340dcc6ce00bf22c48f4865915f5989e5e4;hp=0131e296ffb416435f7c54a935657c624a09d0c5;hpb=2c4f365ad2361c93c097e958b2b0a7a112750228;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/softlockup.c b/kernel/softlockup.c index 0131e296ffb4..708d4882c0c3 100644 --- a/kernel/softlockup.c +++ b/kernel/softlockup.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include @@ -116,7 +117,6 @@ static int watchdog(void * __bind_cpu) struct sched_param param = { .sched_priority = MAX_RT_PRIO-1 }; sched_setscheduler(current, SCHED_FIFO, ¶m); - current->flags |= PF_NOFREEZE; /* initialize timestamp */ touch_softlockup_watchdog();