Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5397
b: refs/heads/master
c: 8d224d3
h: refs/heads/master
i:
  5395: 6b17897
v: v3
  • Loading branch information
Jesse Millan authored and Linus Torvalds committed Jul 29, 2005
1 parent 5f4affa commit 5a832ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 07291d431ce6c6660c35dd4e5e980a406dc3629a
refs/heads/master: 8d224d32c28c165f7100a670d61d64dd15d49a1e
3 changes: 1 addition & 2 deletions trunk/include/asm-x86_64/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,7 @@ static inline int sched_find_first_bit(const unsigned long *b)
return __ffs(b[0]);
if (b[1])
return __ffs(b[1]) + 64;
if (b[2])
return __ffs(b[2]) + 128;
return __ffs(b[2]) + 128;
}

/**
Expand Down

0 comments on commit 5a832ef

Please sign in to comment.