Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26971
b: refs/heads/master
c: 705af30
h: refs/heads/master
i:
  26969: 2a54a67
  26967: 2a68ea8
v: v3
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed May 25, 2006
1 parent 9955c5d commit aef9fde
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: a8bd60705aa17a998516837d9c1e503ad4cbd7fc
refs/heads/master: 705af309505681f197f81618440954d10f120dc0
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) - (__u64 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 aef9fde

Please sign in to comment.