Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333882
b: refs/heads/master
c: 5b3900c
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Thomas Gleixner committed Oct 9, 2012
1 parent 0350c04 commit de63dbd
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: 26cff4e2aa4d666dc6a120ea34336b5057e3e187
refs/heads/master: 5b3900cd409466c0070b234d941650685ad0c791
2 changes: 1 addition & 1 deletion trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ static cycle_t logarithmic_accumulation(struct timekeeper *tk, cycle_t offset,
accumulate_nsecs_to_secs(tk);

/* Accumulate raw time */
raw_nsecs = tk->raw_interval << shift;
raw_nsecs = (u64)tk->raw_interval << shift;
raw_nsecs += tk->raw_time.tv_nsec;
if (raw_nsecs >= NSEC_PER_SEC) {
u64 raw_secs = raw_nsecs;
Expand Down

0 comments on commit de63dbd

Please sign in to comment.