Skip to content

Commit

Permalink
sched: touch softlockup watchdog after idling
Browse files Browse the repository at this point in the history
touch softlockup watchdog after idling.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Dec 18, 2007
1 parent 73c4efd commit 2bacec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bacec8

Please sign in to comment.