Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109977
b: refs/heads/master
c: 49d670f
h: refs/heads/master
i:
  109975: 20da3b3
v: v3
  • Loading branch information
Thomas Gleixner committed Sep 23, 2008
1 parent 13c4219 commit 19c7dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4faac97d44ac27bdbb010a9c3597401a8f89341f
refs/heads/master: 49d670fb8dd62d3ed4e3ed2513538ea65b051aed
3 changes: 3 additions & 0 deletions trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ static void tick_do_update_jiffies64(ktime_t now)
incr * ticks);
}
do_timer(++ticks);

/* Keep the tick_next_period variable up to date */
tick_next_period = ktime_add(last_jiffies_update, tick_period);
}
write_sequnlock(&xtime_lock);
}
Expand Down

0 comments on commit 19c7dfc

Please sign in to comment.