Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13717
b: refs/heads/master
c: 00557b5
h: refs/heads/master
i:
  13715: ab228fb
v: v3
  • Loading branch information
Paul Mackerras committed Nov 10, 2005
1 parent 4ab0e45 commit 54691c6
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: a23414beb6607dfd40d3245f7df9dd97a4e2c82b
refs/heads/master: 00557b59c69ce284e5a61bcfcdbcc3dc867cb2da
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/lib/bitops.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ unsigned long find_next_bit(const unsigned long *addr, unsigned long size,
tmp = *p;

found_first:
tmp &= (~0UL >> (64 - size));
tmp &= (~0UL >> (BITS_PER_LONG - size));
if (tmp == 0UL) /* Are any bits set? */
return result + size; /* Nope. */
found_middle:
Expand Down

0 comments on commit 54691c6

Please sign in to comment.