Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322173
b: refs/heads/master
c: 85dc8f0
h: refs/heads/master
i:
  322171: 08c36d4
v: v3
  • Loading branch information
Andreas Schwab authored and Thomas Gleixner committed Aug 22, 2012
1 parent 86d2bb2 commit 2972a7a
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: 784ffcbb96c3a97b4c64fd48b1dfe12ef3fcbcda
refs/heads/master: 85dc8f05c93c8105987de9d7e7cebf15a72ff4ec
2 changes: 1 addition & 1 deletion trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ static void timekeeping_forward_now(struct timekeeper *tk)
tk->xtime_nsec += cycle_delta * tk->mult;

/* If arch requires, add in gettimeoffset() */
tk->xtime_nsec += arch_gettimeoffset() << tk->shift;
tk->xtime_nsec += (u64)arch_gettimeoffset() << tk->shift;

tk_normalize_xtime(tk);

Expand Down

0 comments on commit 2972a7a

Please sign in to comment.