Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19665
b: refs/heads/master
c: f0c0025
h: refs/heads/master
i:
  19663: c537ee2
v: v3
  • Loading branch information
Peter Williams authored and Linus Torvalds committed Feb 3, 2006
1 parent fbde369 commit 6c5c6bc
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: 6bf8d889ed453f709dedacabdcf5db47470fdae9
refs/heads/master: f0c00257d63463fa9d692e632fae037d6c0e67b0
2 changes: 1 addition & 1 deletion trunk/lib/int_sqrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ unsigned long int_sqrt(unsigned long x)
op = x;
res = 0;

one = 1 << 30;
one = 1UL << (BITS_PER_LONG - 2);
while (one > op)
one >>= 2;

Expand Down

0 comments on commit 6c5c6bc

Please sign in to comment.