Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26873
b: refs/heads/master
c: 92f63cd
h: refs/heads/master
i:
  26871: 32911b7
v: v3
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed May 21, 2006
1 parent c561c90 commit 3cec81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0662b71322e211dba9a4bc0e6fbca7861a2b5a7d
refs/heads/master: 92f63cd000059366af18712367216d96180e0ec0
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static inline void stop_hz_timer(void)
next = next_timer_interrupt();
do {
seq = read_seqbegin_irqsave(&xtime_lock, flags);
timer = (__u64)(next - jiffies) + jiffies_64;
timer = (__u64 next) - (__u64 jiffies) + jiffies_64;
} while (read_seqretry_irqrestore(&xtime_lock, seq, flags));
todval = -1ULL;
/* Be careful about overflows. */
Expand Down

0 comments on commit 3cec81f

Please sign in to comment.