Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356795
b: refs/heads/master
c: d4b06c2
h: refs/heads/master
i:
  356793: a031d82
  356791: 0222c38
v: v3
  • Loading branch information
Nickolai Zeldovich authored and Gleb Natapov committed Dec 18, 2012
1 parent d49cec5 commit ef33baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: e11ae1a102b46f76441e328a2743ae5d6e201423
refs/heads/master: d4b06c2d4cce466e2d62163c0a954e1b2ce96f8b
1 change: 0 additions & 1 deletion trunk/arch/x86/kvm/i8254.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ static s64 __kpit_elapsed(struct kvm *kvm)
*/
remaining = hrtimer_get_remaining(&ps->timer);
elapsed = ps->period - ktime_to_ns(remaining);
elapsed = mod_64(elapsed, ps->period);

return elapsed;
}
Expand Down

0 comments on commit ef33baa

Please sign in to comment.