Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70946
b: refs/heads/master
c: 801916c
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Hastings authored and Thomas Gleixner committed Oct 17, 2007
1 parent 5f3e2be commit d1c8c2f
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: 6442eea937ef797d4b66733f49c82e2fdc2aca6f
refs/heads/master: 801916c1b369b637ce799e6c71a94963ff63df79
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/bitstr_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find_next_zero_string(unsigned long *bitmap, long start, long nbits, int len)

/* could test bitsliced, but it's hardly worth it */
end = n+len;
if (end >= nbits)
if (end > nbits)
return -1;
for (i = n+1; i < end; i++) {
if (test_bit(i, bitmap)) {
Expand Down

0 comments on commit d1c8c2f

Please sign in to comment.