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