git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30914a5
)
sched: fix rq->clock overflows detection with CONFIG_NO_HZ
author
Guillaume Chazarain
<guichaz@yahoo.fr>
Sat, 19 Apr 2008 17:44:57 +0000
(19:44 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 19 Apr 2008 17:44:57 +0000
(19:44 +0200)
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: Guillaume Chazarain <guichaz@yahoo.fr>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found