Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56357
b: refs/heads/master
c: d10ff3f
h: refs/heads/master
i:
  56355: 37ed084
v: v3
  • Loading branch information
Thomas Gleixner authored and Linus Torvalds committed May 14, 2007
1 parent 18cb0ef commit 106e698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 705962ccc9d21a08b74b6b6e1d3cf10f98968a67
refs/heads/master: d10ff3fb62bd38415c0f7be3d75d107e1f67e59a
2 changes: 2 additions & 0 deletions trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ static int timekeeping_resume(struct sys_device *dev)
unsigned long flags;
unsigned long now = read_persistent_clock();

clocksource_resume();

write_seqlock_irqsave(&xtime_lock, flags);

if (now && (now > timekeeping_suspend_time)) {
Expand Down
2 changes: 0 additions & 2 deletions trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1499,8 +1499,6 @@ unregister_time_interpolator(struct time_interpolator *ti)
prev = &curr->next;
}

clocksource_resume();

write_seqlock_irqsave(&xtime_lock, flags);
if (ti == time_interpolator) {
/* we lost the best time-interpolator: */
Expand Down

0 comments on commit 106e698

Please sign in to comment.