Skip to content

Commit 2bacec8

Browse files
author
Ingo Molnar
committed
sched: touch softlockup watchdog after idling
touch softlockup watchdog after idling. Signed-off-by: Ingo Molnar <mingo@elte.hu>
1 parent 73c4efd commit 2bacec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/sched.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ void sched_clock_idle_wakeup_event(u64 delta_ns)
668668
struct rq *rq = cpu_rq(smp_processor_id());
669669
u64 now = sched_clock();
670670

671+
touch_softlockup_watchdog();
671672
rq->idle_clock += delta_ns;
672673
/*
673674
* Override the previous timestamp and ignore all

0 commit comments

Comments
 (0)