Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101173
b: refs/heads/master
c: 900cfa4
h: refs/heads/master
i:
  101171: 88f736a
v: v3
  • Loading branch information
Carlos R. Mafra authored and Thomas Gleixner committed May 26, 2008
1 parent 64e03af commit 017caa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: d031476408ae0f5196e3c579f519dfdefb099b67
refs/heads/master: 900cfa46191a7d87cf1891924cb90499287fd235
5 changes: 2 additions & 3 deletions trunk/kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,10 @@ EXPORT_SYMBOL_GPL(ktime_sub_ns);
*/
u64 ktime_divns(const ktime_t kt, s64 div)
{
u64 dclc, inc, dns;
u64 dclc;
int sft = 0;

dclc = dns = ktime_to_ns(kt);
inc = div;
dclc = ktime_to_ns(kt);
/* Make sure the divisor is less than 2^32: */
while (div >> 32) {
sft++;
Expand Down

0 comments on commit 017caa2

Please sign in to comment.