提交 2bacec8c 编写于 作者: I Ingo Molnar

sched: touch softlockup watchdog after idling

touch softlockup watchdog after idling.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 73c4efd2
...@@ -668,6 +668,7 @@ void sched_clock_idle_wakeup_event(u64 delta_ns) ...@@ -668,6 +668,7 @@ void sched_clock_idle_wakeup_event(u64 delta_ns)
struct rq *rq = cpu_rq(smp_processor_id()); struct rq *rq = cpu_rq(smp_processor_id());
u64 now = sched_clock(); u64 now = sched_clock();
touch_softlockup_watchdog();
rq->idle_clock += delta_ns; rq->idle_clock += delta_ns;
/* /*
* Override the previous timestamp and ignore all * Override the previous timestamp and ignore all
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册