Skip to content
Snippets Groups Projects
Commit 15934a37 authored by Guillaume Chazarain's avatar Guillaume Chazarain Committed by Ingo Molnar
Browse files

sched: fix rq->clock overflows detection with CONFIG_NO_HZ


When using CONFIG_NO_HZ, rq->tick_timestamp is not updated every TICK_NSEC.
We check that the number of skipped ticks matches the clock jump seen in
__update_rq_clock().

Signed-off-by: default avatarGuillaume Chazarain <guichaz@yahoo.fr>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 30914a58
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment