Commit 2bacec8c authored by Ingo Molnar's avatar Ingo Molnar

sched: touch softlockup watchdog after idling

touch softlockup watchdog after idling.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 73c4efd2
......@@ -668,6 +668,7 @@ void sched_clock_idle_wakeup_event(u64 delta_ns)
struct rq *rq = cpu_rq(smp_processor_id());
u64 now = sched_clock();
touch_softlockup_watchdog();
rq->idle_clock += delta_ns;
/*
* Override the previous timestamp and ignore all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment